Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Update start
Browse files Browse the repository at this point in the history
  • Loading branch information
oremj authored May 13, 2019
1 parent 8085dbf commit f2e82ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/start
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ mkdir -p /static/media
mkdir -p /static/admin-media

cp -R media/* /static/media/
cp -R /usr/local/django/contrib/admin/media/* /static/admin-media/
cp -R /usr/local/django/contrib/admin/static/* /static/admin-media/

exec gunicorn "$@"

0 comments on commit f2e82ae

Please sign in to comment.