Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -24,4 +24,4 @@ RUN pip install -r requirements.txt
|
|
24 |
EXPOSE 7860
|
25 |
|
26 |
# Set the entrypoint for the container
|
27 |
-
ENTRYPOINT ["python", "testView/manage.py", "runserver","7860"]
|
|
|
24 |
EXPOSE 7860
|
25 |
|
26 |
# Set the entrypoint for the container
|
27 |
+
ENTRYPOINT ["python", "testView/manage.py", "runserver","0.0.0.0:7860"]
|