Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -20,4 +20,4 @@ COPY main.py /app/
|
|
20 |
EXPOSE 8501
|
21 |
|
22 |
# Command to run the Streamlit app
|
23 |
-
CMD ["
|
|
|
20 |
EXPOSE 8501
|
21 |
|
22 |
# Command to run the Streamlit app
|
23 |
+
CMD ["python", "main.py"]
|