FediBooks/Dockerfile

5 lines
102 B
Docker
Raw Normal View History

FROM python:3.8.3-slim-buster
2019-09-18 03:13:15 +00:00
WORKDIR /fedibooks
COPY . fedibooks
RUN pip install -r requirements.txt