Skip to content

Commit 35e86cc

Browse files
committed
FIX: Solved Permission denied error on Docker run
1 parent 1acf25f commit 35e86cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@ LABEL maintainer="Bjoern Kimminich <[email protected]>" \
2424
COPY --from=installer --chown=node /juice-shop-ctf /juice-shop-ctf
2525
VOLUME /data
2626
WORKDIR /data
27+
RUN chmod +x /juice-shop-ctf/bin/juice-shop-ctf.js
2728
USER node
2829
ENTRYPOINT ["npx", "/juice-shop-ctf/bin/juice-shop-ctf.js"]

0 commit comments

Comments
 (0)