1
0
Fork 0
mirror of https://github.com/Lynnesbian/FediBooks/ synced 2024-11-25 00:38:57 +00:00
FediBooks/Dockerfile
dependabot-preview[bot] 86185df081
Bump python from 3.8.3-slim-buster to 3.8.5-slim-buster
Bumps python from 3.8.3-slim-buster to 3.8.5-slim-buster.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-21 19:30:31 +00:00

4 lines
102 B
Docker

FROM python:3.8.5-slim-buster
WORKDIR /fedibooks
COPY . fedibooks
RUN pip install -r requirements.txt