You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks a lot for opening your first issue with us! 🧡 We'll get back to you shortly! ⏳ If it was a Support Request, please check our extensive CTF manual first. Also, please consider asking on the community chat next time! 💬
I can confirm that this problem seems to start occuring with v10.0.0. In v9.1.2 the error does not occur. The only change in the Dockerfile between those releases was switching the base images from NodeJS 14.x to 18.x.
🐛 Bug report
Description
Running the docker container using
docker run -ti --rm -v $(pwd):/data bkimminich/juice-shop-ctf:v10.0.1
results in an error:sh: /juice-shop-ctf/bin/juice-shop-ctf.js: Permission denied
Manually running
chmod +x /juice-shop-ctf/bin/juice-shop-ctf.js
solves the problem.Is this a regression?
Probably, but I didn't bisect it.
🔬 Minimal Reproduction
See below.
🔥 Exception or Error
🌳 Your Environment
Additional Information
The text was updated successfully, but these errors were encountered: