prophet/Dockerfile

7 lines
89 B
Text
Raw Normal View History

FROM python:alpine3.7
WORKDIR /usr/src/app
RUN pip install -r python/requirements.txt