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
When make docker-image is run, gcc:8.0 is started, followed by golang1.11.0, and then mysql:5.7.22 is used to build the final image.
make docker-image
Can we use multi-stage build to simplify?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When
make docker-image
is run, gcc:8.0 is started, followed by golang1.11.0, and then mysql:5.7.22 is used to build the final image.Can we use multi-stage build to simplify?
The text was updated successfully, but these errors were encountered: