Compare commits
No commits in common. "340c478f26529cff9b1d59e459c85774278f115e" and "cfed3ebaa762ae2b1993634711512816dd1f2407" have entirely different histories.
340c478f26
...
cfed3ebaa7
@ -17,4 +17,8 @@ COPY . .
|
|||||||
|
|
||||||
EXPOSE 8000
|
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
|
||||||
|
"
|
||||||
Loading…
Reference in New Issue
Block a user