Skip to content
Permalink
Branch: master
Find file Copy path
Find file Copy path
1 contributor

Users who have contributed to this file

11 lines (5 sloc) 97 Bytes
FROM python:3.7.3-stretch
WORKDIR /app
COPY . /app
RUN pip install .
WORKDIR /raintale-work
You can’t perform that action at this time.