Update Dockerfile
This commit is contained in:
parent
735cfc10ac
commit
ddabc8c7dc
@ -16,7 +16,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
||||
COPY main.py .
|
||||
|
||||
# Устанавливаем переменную окружения для токена API
|
||||
ENV API_TOKEN=your_api_token_here
|
||||
ENV BOT_TOKEN=your_api_token_here
|
||||
|
||||
# Команда для запуска бота
|
||||
CMD ["python", "main.py"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user