Compare commits
2 Commits
ceca8895e2
...
fdb8dde94f
| Author | SHA1 | Date | |
|---|---|---|---|
| fdb8dde94f | |||
| c2d6ea04bc |
@ -29,4 +29,5 @@ EXPOSE 8000
|
|||||||
CMD \
|
CMD \
|
||||||
python manage.py migrate && \
|
python manage.py migrate && \
|
||||||
python manage.py collectstatic --noinput && \
|
python manage.py collectstatic --noinput && \
|
||||||
gunicorn config.wsgi:application --bind 0.0.0.0:8000 --workers 3
|
python manage.py runserver 0.0.0.0:8000 && \
|
||||||
|
# gunicorn config.wsgi:application --bind 0.0.0.0:8000 --workers 3
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user