Spaces:
Runtime error
Runtime error
less exposed
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -24,5 +24,4 @@ RUN pip install -r requirements.txt
|
|
24 |
EXPOSE 7860
|
25 |
|
26 |
# Set the entrypoint for the container
|
27 |
-
# ENTRYPOINT ["/bin/sh", "-c", "$HOME/scripts/entrypoint.sh"]
|
28 |
CMD ["python", "testView/manage.py", "runserver","0.0.0.0:7860","--noreload"]
|
|
|
24 |
EXPOSE 7860
|
25 |
|
26 |
# Set the entrypoint for the container
|
|
|
27 |
CMD ["python", "testView/manage.py", "runserver","0.0.0.0:7860","--noreload"]
|