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
cloned the repository build the docker file received this error: executor failed running [/bin/sh -c mv /root/.symfony/bin/symfony /usr/local/bin/symfony]: exit code: 1
The solution was to delete line 15 of /php/Dockerfile
You said in your video that this line was for checking purpose only, what makes me think it is not vital. The build without line 15 looks fine to me
The text was updated successfully, but these errors were encountered:
No branches or pull requests
cloned the repository
build the docker file
received this error:
executor failed running [/bin/sh -c mv /root/.symfony/bin/symfony /usr/local/bin/symfony]: exit code: 1
The solution was to delete line 15 of /php/Dockerfile
You said in your video that this line was for checking purpose only, what makes me think it is not vital. The build without line 15 looks fine to me
The text was updated successfully, but these errors were encountered: