mirror of
https://github.com/Lynnesbian/FediBooks/
synced 2024-11-25 08:38:59 +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
|