You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
From a quick convo in the gitter channel, I think a nice addition to
mu
would be having a section for docker build arguments inmu.yml
. Some nodejs apps use environment variables to generate the static files and there's currently no way to do that withmu
Example:
docker build --build-arg ENV=prod -t my-app .
The text was updated successfully, but these errors were encountered: