suchwow/Dockerfile

8 lines
79 B
Docker
Raw Normal View History

2020-08-08 07:15:08 +00:00
FROM python:slim
WORKDIR /srv
COPY . .
RUN pip3 install -r requirements.txt