From 792846f6d2d5fd41ebd0c991ed204351f4db971d Mon Sep 17 00:00:00 2001 From: Hezi Aharon Date: Tue, 5 Nov 2024 10:10:36 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]