5 lines
108 B
Docker
5 lines
108 B
Docker
FROM gorialis/discord.py
|
|
WORKDIR /app
|
|
COPY . .
|
|
RUN pip install -Ur requirements.txt
|
|
CMD ["python", "Run.py"] |