awesome-compose/phoenix-postgres/app/entrypoint.sh
manolis kousanakis f156dfb52c Sample for phoenix(elixir)-postgres
Signed-off-by: Manolis Kousanakis <ekousanakis@gmail.com>
2020-05-06 21:30:04 +03:00

10 lines
216 B
Bash

#!/bin/sh
# Docker entrypoint script.
./app/bin/app eval "App.Db.Release.migrate"
# run seeding, uncomment if you have seeding scripts
# ./app/bin/app eval "App.Db.Release.seed"
# Start our app
./app/bin/app start