diff --git a/Dockerfile b/Dockerfile index bae202f34..b68177b5f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ WORKDIR /app COPY . . RUN umask 0022 RUN npm version ${SEMVERSION} -RUN npm install --foreground-scripts +RUN npm install --foreground-scripts --legacy-peer-deps RUN if [ "${IS_PRODUCTION}" = "true" ] ; then npm run-script build-prod ; else npm run-script build ; fi # stage final