From 72d737a7c7f29410aba79b1923ccad7d03ea1e7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9=20=D0=A8=D0=B8?= =?UTF-8?q?=D0=BC=D0=B0=D0=BD=D1=81=D0=BA=D0=B8=D0=B9?= Date: Thu, 22 Feb 2024 19:35:45 +0300 Subject: [PATCH] Dockerfile and requirements fix error --- Dockerfile | 10 ++++++++++ requirements.txt | 1 - 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 72a69be..24a3ae8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,4 +8,14 @@ RUN pip install --upgrade pip RUN pip install -r requirements.txt COPY . . +ENV PSQL_HOST 123 +ENV PSQL_DBNAME 123 +ENV PSQL_PORT 5432 +ENV PSQL_USER root +ENV PSQL_PASSWORD 123 +ENV TOKEN 123 +ENV API_TOKEN 123 +ENV API_ID 123 + + CMD python3 handlers.py \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 00c94a4..b05e980 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,6 @@ dislash.py==1.4.9 disnake==2.9.0 Django==4.2.3 mojang==0.2.0 -Pillow==9.5.0 Pillow==10.0.0 psycopg2_binary==2.9.6 Py_SPW==1.4.4