1
0
Fork 0
mirror of https://github.com/Lynnesbian/FediBooks/ synced 2025-01-30 19:10: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