use proper commands
This commit is contained in:
parent
bf90bc0c17
commit
212686ae9f
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ while ! pg_isready -U ${DB_USER:-pleroma} -d postgres://${DB_HOST:-db}:5432/${DB
|
||||||
done
|
done
|
||||||
|
|
||||||
echo "-- Running migrations..."
|
echo "-- Running migrations..."
|
||||||
mix ecto.migrate
|
/opt/akkoma/bin/akkoma_ctl migrate
|
||||||
|
|
||||||
echo "-- Starting!"
|
echo "-- Starting!"
|
||||||
mix phx.server
|
/opt/akkoma/bin/akkoma start
|
||||||
|
|
Loading…
Reference in a new issue