1
0
Fork 1
mirror of https://akkoma.dev/AkkomaGang/akkoma.git synced 2024-09-11 14:17:21 +01:00

use proper commands

This commit is contained in:
Floatingghost 2024-05-29 06:15:01 +01:00
parent bf90bc0c17
commit 212686ae9f

View file

@ -8,7 +8,7 @@ while ! pg_isready -U ${DB_USER:-pleroma} -d postgres://${DB_HOST:-db}:5432/${DB
done
echo "-- Running migrations..."
mix ecto.migrate
/opt/akkoma/bin/akkoma_ctl migrate
echo "-- Starting!"
mix phx.server
/opt/akkoma/bin/akkoma start