Compare commits

..

No commits in common. "fdb8dde94ff3edb2eb01a9d389486c20c35fdf5e" and "ceca8895e2d722aa32b46a71b749a7a5e00cb80a" have entirely different histories.

View File

@ -29,5 +29,4 @@ EXPOSE 8000
CMD \
python manage.py migrate && \
python manage.py collectstatic --noinput && \
python manage.py runserver 0.0.0.0:8000 && \
# gunicorn config.wsgi:application --bind 0.0.0.0:8000 --workers 3
gunicorn config.wsgi:application --bind 0.0.0.0:8000 --workers 3