master
suvodip ghosh 2025-05-31 10:21:55 +00:00
parent c398a816ae
commit 6bb4a49d74
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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