BotYam/Dockerfile
Lucy Joshua 5fcde23dae Version 2.1.0
* Preparing for Docker
* New videos and jokes and maymays
2023-01-11 20:46:20 +00:00

5 lines
No EOL
122 B
Docker

FROM python:latest
COPY . /etc/botyam
WORKDIR /etc/botyam
RUN pip install -r requirements.txt
CMD ["python3", "./main.py"]