Commit
·
2a43722
1
Parent(s):
b2136cd
updated docker
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -32,4 +32,4 @@ COPY . .
|
|
32 |
# Expose a port if needed (update according to your application)
|
33 |
EXPOSE 8501
|
34 |
# Run the Streamlit app
|
35 |
-
CMD ["streamlit", "run", "app.py"
|
|
|
32 |
# Expose a port if needed (update according to your application)
|
33 |
EXPOSE 8501
|
34 |
# Run the Streamlit app
|
35 |
+
CMD ["streamlit", "run", "app.py"]
|