DEV Community

Discussion on: Symfony 5 development with Docker

Collapse
 
jdf1976 profile image
jdf1976

Hello nice Tutorial.
I gott a Error while Docker-compose

=> ERROR [stage-0 2/7] COPY wait-for-it.sh /usr/bin/wait-for-it 0.0s

[stage-0 2/7] COPY wait-for-it.sh /usr/bin/wait-for-it:

failed to compute cache key: "/wait-for-it.sh" not found: not found
ERROR: Service 'php-fpm' failed to build

can someone help me to solve that problem?

Collapse
 
1n53c profile image
Rene Glasow

Please have a look at the Gitlab Repo mentioned in the article. There you will find the wait-for-it.sh. You have to add it to your code. It's not included in the article.