File size: 65 Bytes
065fee7
 
 
 
 
 
 
1
2
3
4
5
6
7
8
FROM python:3.9.5

COPY ./ /src

WORKDIR /src

RUN pip install .