Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -53,4 +53,4 @@ COPY . .
|
|
| 53 |
EXPOSE 8501
|
| 54 |
|
| 55 |
# Set the default command (adjust as needed).
|
| 56 |
-
CMD ["
|
|
|
|
| 53 |
EXPOSE 8501
|
| 54 |
|
| 55 |
# Set the default command (adjust as needed).
|
| 56 |
+
CMD ["python3", "app.py"]
|