mirror of
https://github.com/house-of-vanity/doka2_info_bot.git
synced 2025-07-06 16:44:08 +00:00
Init
This commit is contained in:
5
Dockerfile
Normal file
5
Dockerfile
Normal file
@ -0,0 +1,5 @@
|
||||
FROM python:3.7.4-stretch
|
||||
WORKDIR /doka2_bot
|
||||
COPY . /doka2_bot
|
||||
RUN pip install -r requirements.txt
|
||||
CMD python3 /doka2_bot/app.py
|
Reference in New Issue
Block a user