Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -7,4 +7,4 @@ COPY . /app/
|
|
7 |
|
8 |
RUN pip install -r requirements.txt
|
9 |
|
10 |
-
CMD ["streamlit", "run", "app.py", "--server.port", "
|
|
|
7 |
|
8 |
RUN pip install -r requirements.txt
|
9 |
|
10 |
+
CMD ["streamlit", "run", "app.py", "--server.port", "8051"]
|