diff --git a/container-startup b/container-startup index 4bf07f0a..ee48f5e9 100755 --- a/container-startup +++ b/container-startup @@ -36,7 +36,6 @@ case "$CMD" in ;; "run") python3 manage.py migrate - python3 manage.py collectstatic uwsgi --enable-threads --http 0.0.0.0:8000 --module webui.wsgi --static-map /static=/pcw/ocw/static ;; "migrate")