Skip to content
New issue

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

Add build arguments for docker builds #412

Open
nocode99 opened this issue Dec 12, 2018 · 0 comments
Open

Add build arguments for docker builds #412

nocode99 opened this issue Dec 12, 2018 · 0 comments

Comments

@nocode99
Copy link

From a quick convo in the gitter channel, I think a nice addition to mu would be having a section for docker build arguments in mu.yml. Some nodejs apps use environment variables to generate the static files and there's currently no way to do that with mu

Example: docker build --build-arg ENV=prod -t my-app .

# mu.yml
......
build_args:
  - ENV=prod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant