myems/myems-normalization/Dockerfile

6 lines
80 B
Docker

FROM python:3.7
WORKDIR /code
COPY . /code
RUN pip install -r requirements.txt