Skip to content

Commit 2d95330

Browse files
author
0rtemk
committed
hotfix
1 parent 9fad563 commit 2d95330

2 files changed

Lines changed: 2 additions & 11 deletions

File tree

.github/workflows/practika.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -121,15 +121,6 @@ jobs:
121121
122122
docker compose pull
123123
124-
docker compose up -d --build --remove-orphans
125-
126-
# === ВРЕМЕННЫЕ ЛОГИ ДЛЯ ДЕБАГА ===
127-
echo "--- LOGS FOR WEB CONTAINER ---"
128-
docker compose logs --tail=50 web
129-
echo "--- LOGS FOR ADMIN CONTAINER ---"
130-
docker compose logs --tail=50 admin
131-
echo "--- LOGS FOR SERVER CONTAINER ---"
132-
docker compose logs --tail=50 server
133-
# =====================================
124+
docker compose up -d --remove-orphans
134125
135126
docker system prune -af

tgbot/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ WORKDIR /app
44

55
COPY uni_eduplatform_bot.py .
66

7-
RUN pip install pyTelegramBotAPI requests python-dotenv PySocks
7+
RUN pip install pyTelegramBotAPI requests[socks] python-dotenv PySocks
88

99
CMD ["python", "uni_eduplatform_bot.py"]

0 commit comments

Comments
 (0)