budget icon indicating copy to clipboard operation
budget copied to clipboard

Container app in docker failed to run due to missing docker_boot.sh

Open JustAPhrog opened this issue 2 years ago • 0 comments

Expected behavior

  1. Clone repo
  2. Run docker-compose up -d using Powershell on Windows 10.
  3. 2 containers created and started

Current behavior

Container with database works fine but with app failed to run:

/usr/local/bin/docker-php-entrypoint: 9: exec: ./docker_boot.sh: not found

When I changed command to sleep 1000 and connect with bash to this I see that docker_boot.sh is present. Changing command to /var/www/docker_boot.sh not fix this.

I've cheked this in WSL Ubuntu by doing 1-3 steps - same error occurd.

Enviroment

Docker Desktop 4.10.1 (82475)
Current build from master (22.07.2022)

JustAPhrog avatar Jul 22 '22 07:07 JustAPhrog