Spaces:
Runtime error
Runtime error
one expose
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -21,7 +21,6 @@ COPY --chown=user . $HOME/app
|
|
21 |
COPY requirements.txt requirements.txt
|
22 |
|
23 |
RUN pip install -r requirements.txt
|
24 |
-
EXPOSE 8000
|
25 |
EXPOSE 7860
|
26 |
|
27 |
# Set the entrypoint for the container
|
|
|
21 |
COPY requirements.txt requirements.txt
|
22 |
|
23 |
RUN pip install -r requirements.txt
|
|
|
24 |
EXPOSE 7860
|
25 |
|
26 |
# Set the entrypoint for the container
|