Running Django migrations in Dockerfile.template appears to skip and goes straight to running the server

后端 未结 0 1637
感情败类
感情败类 2021-01-16 09:07

This is my Dockerfile.template

...
CMD python3 manage.py makemigrations --noinput
CMD python3 manage.py migrate --noinput
CMD python3 manage.py runserver 0.0.         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题