23
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -16,4 +16,4 @@ RUN pip3 install --no-cache-dir --upgrade pip
|
|
| 16 |
|
| 17 |
RUN pip3 install -r requirements.txt
|
| 18 |
|
| 19 |
-
ENTRYPOINT streamlit run app.py
|
|
|
|
| 16 |
|
| 17 |
RUN pip3 install -r requirements.txt
|
| 18 |
|
| 19 |
+
ENTRYPOINT streamlit run app.py --server.port 7860
|