summary refs log tree commit diff
path: root/services/akkoma/docker-entrypoint.patch
diff options
context:
space:
mode:
Diffstat (limited to 'services/akkoma/docker-entrypoint.patch')
-rw-r--r--services/akkoma/docker-entrypoint.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/services/akkoma/docker-entrypoint.patch b/services/akkoma/docker-entrypoint.patch
new file mode 100644
index 0000000..bf84008
--- /dev/null
+++ b/services/akkoma/docker-entrypoint.patch
@@ -0,0 +1,12 @@
+--- a/docker-entrypoint.sh	2023-10-02 00:12:00.075281627 +0000
++++ b/docker-entrypoint.sh	2023-10-02 00:06:36.989085305 +0000
+@@ -8,7 +8,7 @@
+ done
+ 
+ echo "-- Running migrations..."
+-mix ecto.migrate
++/bin/pleroma_ctl migrate
+ 
+ echo "-- Starting!"
+-mix phx.server
++/bin/pleroma start