Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -19,4 +19,4 @@ COPY . ./
|
|
19 |
EXPOSE 7860
|
20 |
|
21 |
# Start the Streamlit app
|
22 |
-
CMD ["streamlit", "run", "app.py --server.port 7860"]
|
|
|
19 |
EXPOSE 7860
|
20 |
|
21 |
# Start the Streamlit app
|
22 |
+
CMD ["streamlit", "run", "app.py", "--server.port", "7860"]
|