mirror of
https://github.com/yawaflua/AoyoBot.git
synced 2025-12-08 19:39:32 +02:00
Dockerfile and requirements fix error
This commit is contained in:
10
Dockerfile
10
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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user