We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, Good work ! 👍
symfony-docker-starter/.docker/php/Dockerfile
Lines 48 to 49 in 4c1215c
Return that (In my tests) :
=> ERROR [stage-1 15/16] RUN mv /root/.symfony/bin/symfony /usr/local/bin/symfony 0.6s ------ > [stage-1 15/16] RUN mv /root/.symfony/bin/symfony /usr/local/bin/symfony: #0 0.536 mv: cannot stat '/root/.symfony/bin/symfony': No such file or directory ------ failed to solve: executor failed running [/bin/sh -c mv /root/.symfony/bin/symfony /usr/local/bin/symfony]: exit code: 1
Maybe better with this remplacment for avoid errors :
RUN curl -1sLf 'https://dl.cloudsmith.io/public/symfony/stable/setup.deb.sh' | bash RUN apt install symfony-cli
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Good work ! 👍
symfony-docker-starter/.docker/php/Dockerfile
Lines 48 to 49 in 4c1215c
Return that (In my tests) :
Maybe better with this remplacment for avoid errors :
The text was updated successfully, but these errors were encountered: