Created
July 22, 2017 19:43
-
-
Save KamilLelonek/9f55a4ee44216907d1a683dcb551646e to your computer and use it in GitHub Desktop.
Elixir docker.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
mix ecto.migrate # migrate your database if Ecto is used | |
mix escript.build # create application executable binary | |
./your_application_name # run application script |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment