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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -31,6 +31,7 @@ RUN chmod 777 /app
31
 
32
  EXPOSE 7860
33
 
 
34
  CMD ["python", "manage.py", "makemigrations"]
35
  CMD ["python", "manage.py", "migrate"]
36
  CMD ["python", "manage.py", "runserver", "0.0.0.0:7860"]
 
31
 
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"]