Testing to see if this actually affects build time

This commit is contained in:
2019-05-07 00:31:28 +01:00
parent 0e65c89741
commit 7663c49982

View File

@@ -9,7 +9,6 @@ COPY ["package-lock.json", "./"]
FROM base AS builder FROM base AS builder
RUN npm set progress=false && npm config set depth 0 && npm ci RUN npm set progress=false && npm config set depth 0 && npm ci
COPY ["src/", "./src"] COPY ["src/", "./src"]
ENV PARCEL_WORKERS=1
RUN npm run Prod RUN npm run Prod
FROM nginx:1.16.0-alpine as Web FROM nginx:1.16.0-alpine as Web