awesome-compose
awesome-compose copied to clipboard
/docker-entrypoint.sh: exec: line 38: /app/start.sh: not found
Hi @luigi-raynel-dev! Which example compose stack are you trying to run that gave you that error?
Confirming problem.
nginx-wsgi-flask will build without problems, but the nginx container won't run with the mentioned error.
Running podman-compose with a rootful machine.
Update:
most likely a windows problem. Changed "/app/start.sh" to "/bin/bash /app/start.sh" in compose.yaml and I get now a windows-specific problem:
Fix
Copied the raw start.sh and it is now working. Had to let the changes in compose.yaml there.