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

Open
opened 2025-11-06 14:18:05 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @luigi-raynel-dev on GitHub (Mar 1, 2023).

Originally created by @luigi-raynel-dev on GitHub (Mar 1, 2023).
Author
Owner

@mikesir87 commented on GitHub (Mar 1, 2023):

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

@mikesir87 commented on GitHub (Mar 1, 2023): Hi @luigi-raynel-dev! Which example compose stack are you trying to run that gave you that error?
Author
Owner

@mvtab commented on GitHub (Mar 9, 2023):

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 commented on GitHub (Mar 9, 2023): Confirming problem. nginx-wsgi-flask will build without problems, but the nginx container won't run with the mentioned error. ![image](https://user-images.githubusercontent.com/98095405/223960962-d0adf4eb-e6a8-4498-a2db-7f0334cfce0c.png) 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](https://user-images.githubusercontent.com/98095405/223976513-dacf0875-1b1a-440b-b3ff-1c9302ea2af4.png) --- #### Fix Copied the raw start.sh and it is now working. Had to let the changes in compose.yaml there.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-compose#77