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. "ede7edaba1832913dfe4a025a22ae34a91daca1c" and "b6a5acb06d3301f656e29ff9dbdcf6dd7a1c660d" have entirely different histories.

View file

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