aboutsummaryrefslogtreecommitdiffstats
path: root/docker-entrypoint.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docker-entrypoint.sh')
-rwxr-xr-xdocker-entrypoint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh
index 75aa5c7..27a3e9b 100755
--- a/docker-entrypoint.sh
+++ b/docker-entrypoint.sh
@@ -58,7 +58,7 @@ echo >&2 $0: Checking if collectstatic is needed
if [ "$STATIC_ROOT" ]; then
echo >&2 $0: Running collectstatic...
mkdir -p "$STATIC_ROOT"
- python /srv/manage.py collectstatic --no-input
+ #python /srv/manage.py collectstatic --no-input
fi
echo >&2 $0: Running manage.py check...
python /srv/manage.py check