Spaces:
Running
Running
manue
commited on
Commit
·
5124424
1
Parent(s):
5b6a5ec
Remove EXPOSE 7860 from Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -6,6 +6,4 @@ COPY . /app
|
|
6 |
|
7 |
RUN pip install --no-cache-dir -r requirements.txt
|
8 |
|
9 |
-
EXPOSE 7860
|
10 |
-
|
11 |
CMD ["python", "app.py"]
|
|
|
6 |
|
7 |
RUN pip install --no-cache-dir -r requirements.txt
|
8 |
|
|
|
|
|
9 |
CMD ["python", "app.py"]
|