shift73k/entrypoint.sh

8 lines
80 B
Bash
Executable file

#!/bin/ash
export MIX_ENV="prod"
cd /app
mix ecto.migrate
exec mix phx.server