This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
creylopez
/
djangotutorial
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
1
Wiki
Activity
Browse Source
Añado collectstatic
main
creylopez
10 months ago
parent
d72d3dcc17
commit
fdebd052a9
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/config/entrypoint.sh
+ 2
- 0
src/config/entrypoint.sh
View File
@ -2,6 +2,8 @@
RUN_PORT
=
"8000"
/opt/venv/bin/python manage.py migrate --no-input
/opt/venv/bin/python manage.py collectstatic
/opt/venv/bin/gunicorn cfehome.wsgi:application --bind
"
0.0.0.0:
${
RUN_PORT
}
"
--daemon
nginx -g
'daemon off;'
Write
Preview
Loading…
Cancel
Save