portier/Dockerfile

5 lines
83 B
Docker

FROM python:3.8-alpine
WORKDIR /app
ADD . /app
RUN pip install -r requirements.txt