From 6bb4a49d74dd803ed19ba8250c442d4c16e34f2f Mon Sep 17 00:00:00 2001 From: suvodip ghosh Date: Sat, 31 May 2025 10:21:55 +0000 Subject: [PATCH] rm caddy --- Dockerfile | 2 +- requirements.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index acfa937..cf12d11 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN wget https://alphacephei.com/vosk/models/vosk-model-small-en-us-0.15.zip && # Copy application code COPY app.py . -COPY Caddyfile . +# COPY Caddyfile . FROM base as production # Install gunicorn and eventlet diff --git a/requirements.txt b/requirements.txt index d0205e4..7d14334 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,3 @@ flask>=2.0.0 flask-socketio>=5.0.0 eventlet>=0.33.0 python-dotenv>=0.19.0 -caddy>=2.4.6 \ No newline at end of file