File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ WORKDIR /app
44
55COPY 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
99CMD ["python" , "uni_eduplatform_bot.py" ]
You can’t perform that action at this time.
0 commit comments