aamirtaymoor commited on
Commit
58ebc69
·
verified ·
1 Parent(s): 114497f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,7 +19,7 @@ RUN pip install https://github.com/explosion/spacy-models/releases/download/en_c
19
  RUN git clone https://github.com/facebookresearch/fastText.git && cd fastText && pip install .
20
 
21
  COPY ./hf_demo .
22
-
23
  EXPOSE 8000
24
 
25
  CMD ["python", "manage.py", "runserver", "0.0.0.0:8000"]
 
19
  RUN git clone https://github.com/facebookresearch/fastText.git && cd fastText && pip install .
20
 
21
  COPY ./hf_demo .
22
+ RUN python manage.py migrate
23
  EXPOSE 8000
24
 
25
  CMD ["python", "manage.py", "runserver", "0.0.0.0:8000"]