Update Dockerfile

This commit is contained in:
Udo 2024-09-03 19:41:18 +05:00 committed by UdoChudo
parent 735cfc10ac
commit ddabc8c7dc

View File

@ -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"]