budget
budget copied to clipboard
Container app in docker failed to run due to missing docker_boot.sh
Expected behavior
- Clone repo
- Run
docker-compose up -d
using Powershell on Windows 10. - 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)