We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1acf25f commit 35e86ccCopy full SHA for 35e86cc
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