summary refs log tree commit diff
path: root/services/akkoma/docker-entrypoint.patch
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2024-11-14 04:08:53 +0100
committerMel <einebeere@gmail.com>2024-11-14 04:08:53 +0100
commitd48e145294d938b5c9ae6c6f690fef1aeaad5c29 (patch)
treea96ed181411df8d2f9dffd7428d5323e5e6fee1e /services/akkoma/docker-entrypoint.patch
parent0b4cd202dbb96ac949891247bbc2c8b1bb654db3 (diff)
downloadnetwork-d48e145294d938b5c9ae6c6f690fef1aeaad5c29.tar.zst
network-d48e145294d938b5c9ae6c6f690fef1aeaad5c29.zip
Akkoma service configuration
Signed-off-by: Mel <einebeere@gmail.com>
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