suchwow/Dockerfile
2020-08-08 00:15:08 -07:00

8 lines
79 B
Docker

FROM python:slim
WORKDIR /srv
COPY . .
RUN pip3 install -r requirements.txt