Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -20,6 +20,6 @@ COPY --chown=user . $HOME/app
|
|
20 |
# install dependencies
|
21 |
RUN pip install -r requirement.txt
|
22 |
|
23 |
-
EXPOSE
|
24 |
|
25 |
-
CMD ["python", "manage.py", "runserver", "0.0.0.0:
|
|
|
20 |
# install dependencies
|
21 |
RUN pip install -r requirement.txt
|
22 |
|
23 |
+
EXPOSE 7860
|
24 |
|
25 |
+
CMD ["python", "manage.py", "runserver", "0.0.0.0:7860"]
|