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