From 09f3e6e65d2dc887ac7e9f192a17ab08cc6a29a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Fri, 2 Jan 2026 23:02:38 +0100 Subject: [PATCH] release --- Dockerfile | 2 +- requirements.txt | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index c08c547..43c4618 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,4 +34,4 @@ ENV LISTEN_PORT=8080 EXPOSE $LISTEN_PORT # 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"] diff --git a/requirements.txt b/requirements.txt index c09557b..4127fac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,4 @@ Flask==3.0.0 -gunicorn==21.2.0 python-dotenv==1.0.0 telnetlib3==2.0.4 -aiohttp -gunicorn \ No newline at end of file +aiohttp \ No newline at end of file