Describe the bug
No permissions for build folders after using docker dev-with-prd.
To Reproduce
Steps to reproduce the behavior:
- Go to
okr/docker/dev-with-docker
- Run
docker compose up -d
- Wait till all dockers are ready (Wait for the spring container to be ready)
- Stop the docker containers with
docker compose down
- Start either backend or frontend
- Permission errors either in frontend/dist or backend/target
Expected behavior
The workflow described above works as expected
Additional context
Consider to create a docker service in /docker for e2e tests, use docker compose profiles for this purpose