Spaces:
Runtime error
Runtime error
acecalisto3
commited on
Update DOCKERFILE
Browse files- DOCKERFILE +1 -1
DOCKERFILE
CHANGED
@@ -32,4 +32,4 @@ COPY . .
|
|
32 |
EXPOSE 7860
|
33 |
|
34 |
# Define the command to run the application
|
35 |
-
CMD ["
|
|
|
32 |
EXPOSE 7860
|
33 |
|
34 |
# Define the command to run the application
|
35 |
+
CMD ["streamlit", "run", "app.py", "--server.port=8501", "--server.address=0.0.0.0"]
|