init commit
This commit is contained in:
5
lottery/entrypoint.sh
Normal file
5
lottery/entrypoint.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
# Запускаем бота в фоне
|
||||
python3 manage.py runbot &
|
||||
# Запускаем веб-сервер
|
||||
python3 manage.py runserver 0.0.0.0:8000
|
||||
Reference in New Issue
Block a user