juice-shop / juice-shop-ctf

Tool to export Juice Shop challenges and hints in data format compatible with CTFd, RootTheBox or FBCTF
http://owasp-juice.shop
MIT License
409 stars 112 forks source link

Fixed Docker container permission denied issue #138

Closed meelunae closed 7 months ago

meelunae commented 7 months ago

As mentioned in #136, the application is currently broken when executed through Docker because of a Permission denied issue. Through adding +x perms to the image's entry point script, we manage to execute the application just fine.

The testing method used was running the same type of Docker run command mentioned in the issue, using a locally built image with the Dockerfile reflecting the changes that are pushed.

image