mix_docker icon indicating copy to clipboard operation
mix_docker copied to clipboard

Build with any environment, defaulting to prod

Open cstar opened this issue 7 years ago • 2 comments

This PR hopefully works. I use a docker MIX_ENV and release env, different from the prod env.

cstar avatar May 26 '17 13:05 cstar

If I understand correctly, this is a breaking change since running $ mix docker.build in dev will build a dev release instead of prod, right?

teamon avatar Jun 23 '17 19:06 teamon

No, unless you specify explicitely the environment it will behave like your current code I.e running in prod env

cstar avatar Jun 24 '17 08:06 cstar