1
0
Fork 0
mirror of https://github.com/Lynnesbian/FediBooks/ synced 2024-10-04 18:03:04 +00:00
FediBooks/Dockerfile

4 lines
100 B
Docker

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