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

5 lines
100 B
Docker
Raw Normal View History

2019-09-18 03:13:15 +00:00
FROM python:3.7-slim-buster
WORKDIR /fedibooks
COPY . fedibooks
RUN pip install -r requirements.txt