mirror of
https://github.com/Lynnesbian/FediBooks/
synced 2025-03-13 04:25:17 +00:00
5 lines
100 B
Text
5 lines
100 B
Text
|
FROM python:3.7-slim-buster
|
||
|
WORKDIR /fedibooks
|
||
|
COPY . fedibooks
|
||
|
RUN pip install -r requirements.txt
|