suchwow/Dockerfile

8 lines
79 B
Docker

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