Files
Membarr/Dockerfile
2021-07-26 14:02:02 -04:00

6 lines
115 B
Docker

FROM gorialis/discord.py
WORKDIR /app
COPY . .
RUN pip install -Ur requirements.txt
CMD ["python", "-u", "run.py"]