This commit is contained in:
Mateusz Gruszczyński
2026-01-02 23:02:38 +01:00
parent ca3cc57773
commit 09f3e6e65d
2 changed files with 2 additions and 4 deletions

View File

@@ -34,4 +34,4 @@ ENV LISTEN_PORT=8080
EXPOSE $LISTEN_PORT EXPOSE $LISTEN_PORT
# Run app # Run app
CMD ["sh", "-c", "gunicorn --bind 0.0.0.0:${LISTEN_PORT} --workers 1 --threads 2 --access-logfile - --error-logfile - app:app"] CMD ["python", "app.py"]

View File

@@ -1,6 +1,4 @@
Flask==3.0.0 Flask==3.0.0
gunicorn==21.2.0
python-dotenv==1.0.0 python-dotenv==1.0.0
telnetlib3==2.0.4 telnetlib3==2.0.4
aiohttp aiohttp
gunicorn