Skip to content

Commit

Permalink
Merge pull request #2 from milica-nerlovic/master
Browse files Browse the repository at this point in the history
Explain differenet environments in README
  • Loading branch information
shiroyasha authored Dec 9, 2016
2 parents 67d77a5 + 7fd3753 commit c0fc2ee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,9 @@ mix alpine.release

When it finishes, your release can be found in `rel/app.tar.gz` and ready to be
injected in any Alpine Based docker image.

You can also specify the environment in which you what the release to be made, for example:

```bash
MIX_ENV=test mix alpine.release
```

0 comments on commit c0fc2ee

Please sign in to comment.