aboutsummaryrefslogtreecommitdiffstats
path: root/compose/production/django/start
diff options
context:
space:
mode:
Diffstat (limited to 'compose/production/django/start')
-rw-r--r--compose/production/django/start10
1 files changed, 0 insertions, 10 deletions
diff --git a/compose/production/django/start b/compose/production/django/start
deleted file mode 100644
index 97216fa..0000000
--- a/compose/production/django/start
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-
-set -o errexit
-set -o pipefail
-set -o nounset
-
-
-python /app/manage.py collectstatic --noinput
-
-exec /usr/local/bin/gunicorn config.wsgi --bind 0.0.0.0:5000 --chdir=/app