awesome-compose icon indicating copy to clipboard operation
awesome-compose copied to clipboard

/docker-entrypoint.sh: exec: line 38: /app/start.sh: not found

Open luigi-raynel-dev opened this issue 1 year ago • 2 comments

luigi-raynel-dev avatar Mar 01 '23 20:03 luigi-raynel-dev

Hi @luigi-raynel-dev! Which example compose stack are you trying to run that gave you that error?

mikesir87 avatar Mar 01 '23 21:03 mikesir87

Confirming problem. nginx-wsgi-flask will build without problems, but the nginx container won't run with the mentioned error. image

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: image


Fix

Copied the raw start.sh and it is now working. Had to let the changes in compose.yaml there.

mvtab avatar Mar 09 '23 08:03 mvtab