chore: update npm install command to include legacy-peer-deps flag

This commit is contained in:
Lorenz Hilpert
2025-06-16 12:06:10 +02:00
parent ee841eba49
commit 7c8aef9a48

View File

@@ -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