1
0
Fork 0
mirror of https://github.com/Lynnesbian/FediBooks/ synced 2025-05-23 01:11:56 +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