tixcraft_bot/Dockerfile

4 lines
123 B
Docker
Raw Normal View History

2024-04-24 03:02:47 +00:00
From python:3.10
RUN python3 -m pip install --upgrade pip
RUN pip install -r requirements.txt
CMD ["python3", "setting.py"]