This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
gaugendre
/
blog
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Activity
Browse Source
Update run.sh
packaging
Gabriel Augendre
1 month ago
parent
f2981d2d0f
commit
29bace4395
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
docker/run.sh
+ 1
- 1
docker/run.sh
View File
@ -1,6 +1,6 @@
#!/bin/bash
set
-eux
yes yes
|
python manage.py migrate
python manage.py migrate
--noinput
python manage.py collectstatic --noinput --clear
python manage.py compress
gunicorn blog.wsgi -b 0.0.0.0:8000 --log-file -
Write
Preview
Loading…
Cancel
Save