## Expected Behavior When running `docker-compose up`, the simulator should compile without errors and run middleware ## Actual Behavior `entrypoint.sh` fails on line 11 due to permission being denied https://github.com/umdenes100/VisionSystemSimulatorWeb/blob/fbf631484c867302d66db381b32497c15ae8d9cd/server/Dockerfile#L40
Expected Behavior
When running
docker-compose up, the simulator should compile without errors and run middlewareActual Behavior
entrypoint.shfails on line 11 due to permission being deniedVisionSystemSimulatorWeb/server/Dockerfile
Line 40 in fbf6314