mirror of https://github.com/Askill/SurvBot.git
added docker
This commit is contained in:
parent
527a7ba248
commit
f1397f6d4f
|
|
@ -0,0 +1,5 @@
|
|||
FROM python:3.7
|
||||
COPY ./ /app
|
||||
WORKDIR /app
|
||||
RUN pip install -r requirements.txt
|
||||
CMD python app.py
|
||||
Loading…
Reference in New Issue