fix: Move main file to root of project, now start correctly
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m35s
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m35s
This commit is contained in:
parent
f8dcfa6ac0
commit
553942425e
@ -15,4 +15,4 @@ COPY . .
|
|||||||
ENV PYTHONUNBUFFERED=1
|
ENV PYTHONUNBUFFERED=1
|
||||||
|
|
||||||
# Точка входа — запуск бота
|
# Точка входа — запуск бота
|
||||||
CMD ["python", "bot/main.py"]
|
CMD ["python", "main.py"]
|
||||||
|
|||||||
@ -1,5 +1,3 @@
|
|||||||
version: '3.9'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
usi-bot:
|
usi-bot:
|
||||||
build: .
|
build: .
|
||||||
|
|||||||
BIN
requirements.txt
BIN
requirements.txt
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user