Skip to content

Commit

Permalink
Merge pull request #135 from grisu48/startup
Browse files Browse the repository at this point in the history
Fix collision of static files
  • Loading branch information
asmorodskyi authored Mar 23, 2022
2 parents 333fd88 + 7c32f5e commit 7c90aa3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion container-startup
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 7c90aa3

Please sign in to comment.