Commit
·
d00bf15
1
Parent(s):
aa03fb2
stopped exposing the port
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -8,5 +8,4 @@ RUN pip install --no-cache-dir -r /app/requirements.txt
|
|
8 |
|
9 |
COPY . /app
|
10 |
|
11 |
-
EXPOSE 7860
|
12 |
CMD ["streamlit", "run", "/app/app.py"]
|
|
|
8 |
|
9 |
COPY . /app
|
10 |
|
|
|
11 |
CMD ["streamlit", "run", "/app/app.py"]
|