Skip to content

Instantly share code, notes, and snippets.

@KamilLelonek
Created July 22, 2017 19:43
Show Gist options
  • Save KamilLelonek/9f55a4ee44216907d1a683dcb551646e to your computer and use it in GitHub Desktop.
Save KamilLelonek/9f55a4ee44216907d1a683dcb551646e to your computer and use it in GitHub Desktop.
Elixir docker.sh
#!/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