summaryrefslogtreecommitdiffstats
path: root/docker/start.sh
diff options
context:
space:
mode:
authorAndrew Godwin2022-11-21 17:15:00 -0700
committerAndrew Godwin2022-11-21 16:26:53 -0700
commit45c7e0a38c5e0dac2538bfe5fb3253fdaeece534 (patch)
tree006897324856509bf7c3ea72bd44fc9115172492 /docker/start.sh
parentf62fd13cbca50e871063ace72381059bb58d64ce (diff)
downloadtakahe-45c7e0a38c5e0dac2538bfe5fb3253fdaeece534.tar.gz
takahe-45c7e0a38c5e0dac2538bfe5fb3253fdaeece534.tar.bz2
takahe-45c7e0a38c5e0dac2538bfe5fb3253fdaeece534.zip
Rework dockerfile and compose to separate migrations
Diffstat (limited to 'docker/start.sh')
-rw-r--r--docker/start.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/docker/start.sh b/docker/start.sh
deleted file mode 100644
index d7dd3fd..0000000
--- a/docker/start.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-python3 manage.py migrate
-
-exec gunicorn takahe.wsgi:application -b 0.0.0.0:8000