Commit fcb61617 authored by nanahira's avatar nanahira

npm cache clean

parent 918c73b0
Pipeline #6730 failed with stages
in 1 minute and 12 seconds
......@@ -4,7 +4,7 @@ LABEL Author="Nanahira <nanahira@momobako.com>"
RUN apt update && apt -y install python3 build-essential libpq-dev && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
WORKDIR /usr/src/app
COPY ./package*.json ./
RUN npm ci
RUN npm ci && npm cache clean --force
COPY . ./
RUN npm run build
......
......@@ -4,7 +4,7 @@ LABEL Author="Nanahira <nanahira@momobako.com>"
RUN apt update && apt -y install python3 build-essential && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
WORKDIR /usr/src/app
COPY ./package*.json ./
RUN npm ci
RUN npm ci && npm cache clean --force
COPY . ./
RUN npm run build
......
......@@ -4,7 +4,7 @@ LABEL Author="Nanahira <nanahira@momobako.com>"
RUN apt update && apt -y install python3 build-essential && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
WORKDIR /usr/src/app
COPY ./package*.json ./
RUN npm ci
RUN npm ci && npm cache clean --force
COPY . ./
RUN npm run build
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment