← Back: Documentation Overview
If running the project in Docker, many issues are solved by running a docker system prune
along with docker compose build
. This will help i.e. when new dependencies need to be installed on the project.
If you find something that is not listed, please add it to this document!
exec /app/entrypoint.sh: no such file or directory
Make sure /backend/entrypoint.sh
has End of Line sequence set
to LF
(Happens when running on windows).
Cannot connect to the Docker daemon at ../../.../default/docker.sock. Is the docker daemon running?
Make sure docker desktop is running (Windows) or run colima start
(or start Docker Desktop) on Mac.