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
As a developer, I'd like to be able to quickly manage environment without changing my own or spending time on it.
Dockerfile and docker-compose.yml setup could help a lot to build with simple commands as:
Build environment: docker-compose build base
docker-compose build base
Debug: docker-compose run debug
docker-compose run debug
Make packages (single js, minify, and so on): docker-compose run package
docker-compose run package
The text was updated successfully, but these errors were encountered:
This is an excellent idea, feel free to send a PR, I've never used docker that way, but it's site is interesting...
Sorry, something went wrong.
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.
This issue was closed because it has been stalled for 7 days with no activity.
Successfully merging a pull request may close this issue.
Motivation
As a developer, I'd like to be able to quickly manage environment without changing my own or spending time on it.
Design
Dockerfile and docker-compose.yml setup could help a lot to build with simple commands as:
Build environment:
docker-compose build base
Debug:
docker-compose run debug
Make packages (single js, minify, and so on):
docker-compose run package
The text was updated successfully, but these errors were encountered: