Files
Membarr/Dockerfile
Faiz Ahmed 57b391c7dc Fixed typo
2021-07-26 13:42:06 -04:00

6 lines
109 B
Docker

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