We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 722981e commit 77fb340Copy full SHA for 77fb340
frontend/docker/Dockerfile.local
@@ -25,7 +25,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends && \
25
npm install -g pnpm
26
27
COPY --from=builder --chown=node:node /home/owasp/node_modules /home/owasp/node_modules
28
-RUN chmod -R a-w /home/owasp/node_modules
29
30
EXPOSE 3000
31
0 commit comments