1
0
Fork 0
mirror of https://github.com/Lynnesbian/FediBooks/ synced 2024-11-26 00:58:59 +00:00

Compare commits

..

No commits in common. "cf8a259829dc0f7a11a6271601c43539c7bba492" and "0202e3e0e7771dc4f09a83ef6d6999c5da18bb4e" have entirely different histories.

View file

@ -1,4 +1,4 @@
FROM python:3.8.0-slim-buster
FROM python:3.7-slim-buster
WORKDIR /fedibooks
COPY . fedibooks
RUN pip install -r requirements.txt