mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
chore(Dockerfile): Changed npm install to npm ci
This commit is contained in:
@@ -8,7 +8,7 @@ WORKDIR /app
|
|||||||
COPY . .
|
COPY . .
|
||||||
RUN umask 0022
|
RUN umask 0022
|
||||||
RUN npm version ${SEMVERSION}
|
RUN npm version ${SEMVERSION}
|
||||||
RUN npm install --foreground-scripts
|
RUN npm ci --foreground-scripts
|
||||||
RUN if [ "${IS_PRODUCTION}" = "true" ] ; then npm run-script build-prod ; else npm run-script build ; fi
|
RUN if [ "${IS_PRODUCTION}" = "true" ] ; then npm run-script build-prod ; else npm run-script build ; fi
|
||||||
|
|
||||||
# stage final
|
# stage final
|
||||||
|
|||||||
Reference in New Issue
Block a user