ev6 commited on
Commit
eb84558
·
verified ·
1 Parent(s): 4b47cda

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -32,6 +32,7 @@ RUN chmod 777 /app
32
  EXPOSE 7860
33
 
34
  CMD ["python", "manage.py", "makemigrations", "emotion_recognition"]
 
35
  CMD ["python", "manage.py", "makemigrations"]
36
  CMD ["python", "manage.py", "migrate"]
37
  CMD ["python", "manage.py", "runserver", "0.0.0.0:7860"]
 
32
  EXPOSE 7860
33
 
34
  CMD ["python", "manage.py", "makemigrations", "emotion_recognition"]
35
+ CMD ["python", "manage.py", "migrate", "emotion_recognitionn"]
36
  CMD ["python", "manage.py", "makemigrations"]
37
  CMD ["python", "manage.py", "migrate"]
38
  CMD ["python", "manage.py", "runserver", "0.0.0.0:7860"]