We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ee6503 + 73c75d3 commit 8fe7992Copy full SHA for 8fe7992
Dockerfile
@@ -24,5 +24,6 @@ LABEL maintainer="Bjoern Kimminich <[email protected]>" \
24
COPY --from=installer --chown=node /juice-shop-ctf /juice-shop-ctf
25
VOLUME /data
26
WORKDIR /data
27
+RUN chmod +x /juice-shop-ctf/bin/juice-shop-ctf.js
28
USER node
29
ENTRYPOINT ["npx", "/juice-shop-ctf/bin/juice-shop-ctf.js"]
0 commit comments