diff --git a/Dockerfile b/Dockerfile index 5c56d19..ee9ba46 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,5 +28,5 @@ EXPOSE 7860 # Set environment variables ENV GRADIO_SERVER_NAME="0.0.0.0" -# Run the application + CMD ["python", "app.py"]