blob: 4b7ce1f969ea6cb77466372d54e2029c0cc544bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- a/docker-entrypoint.sh 2024-02-11 23:00:00.075281627 +0000
+++ b/docker-entrypoint.sh 2024-02-11 23:00:36.989085305 +0000
@@ -8,7 +8,7 @@
done
echo "-- Running migrations..."
-mix ecto.migrate
+/bin/pleroma_ctl migrate
echo "-- Starting!"
-elixir --erl "+sbwt none +sbwtdcpu none +sbwtdio none" -S mix phx.server
+/bin/pleroma start
|