SurvBot/Dockerfile

6 lines
96 B
Docker
Raw Normal View History

2019-11-16 21:10:50 +00:00
FROM python:3.7
COPY ./ /app
WORKDIR /app
RUN pip install -r requirements.txt
CMD python app.py