FediBooks/Dockerfile

5 lines
102 B
Docker

FROM python:3.8.3-slim-buster
WORKDIR /fedibooks
COPY . fedibooks
RUN pip install -r requirements.txt