Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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"]
|