Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -19,5 +19,5 @@ COPY ./rf_key_components.pkl /app/rf_key_components.pkl
|
|
19 |
# Expose port 8000 for the FastAPI application
|
20 |
EXPOSE 7860
|
21 |
|
22 |
-
# Command to
|
23 |
-
CMD ["
|
|
|
19 |
# Expose port 8000 for the FastAPI application
|
20 |
EXPOSE 7860
|
21 |
|
22 |
+
# Command to run the Gradio app when the container starts
|
23 |
+
CMD ["python", "app.py"]
|