We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efdbf87 commit f08ea93Copy full SHA for f08ea93
Dockerfile
@@ -28,7 +28,7 @@ RUN npm ci
28
COPY --chown=node:node --from=build /prod/backend ./backend
29
COPY --chown=node:node --from=build /prod/shared ./shared
30
COPY --chown=node:node --from=build /app/dist ./backend/static
31
-RUN rm -rf /usr/local/lib/node_modules/npm/ /usr/local/bin/npm && \
+RUN rm -rf /usr/local/lib/node_modules/npm/ /usr/local/bin/npm ./node_modules/npm && \
32
chown -R node:node node_modules
33
34
USER node
0 commit comments