Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -7,6 +7,6 @@ COPY requirements.txt /app/
|
|
7 |
|
8 |
RUN pip install --no-cache-dir -r requirements.txt
|
9 |
|
10 |
-
EXPOSE
|
11 |
|
12 |
CMD ["python", "app.py"]
|
|
|
7 |
|
8 |
RUN pip install --no-cache-dir -r requirements.txt
|
9 |
|
10 |
+
EXPOSE 7860
|
11 |
|
12 |
CMD ["python", "app.py"]
|