Compare commits

..

No commits in common. "340c478f26529cff9b1d59e459c85774278f115e" and "cfed3ebaa762ae2b1993634711512816dd1f2407" have entirely different histories.

View File

@ -17,4 +17,8 @@ COPY . .
EXPOSE 8000
CMD ["bash", "-c", "python manage.py migrate && python manage.py collectstatic --noinput && python manage.py runserver 0.0.0.0:8000"]
CMD bash -c "
python manage.py migrate &&
python manage.py collectstatic --noinput &&
python manage.py runserver 0.0.0.0:8000
"