headline/view/Dockerfile

4 lines
86 B
Text
Raw Normal View History

2022-08-25 15:10:08 +02:00
FROM python:slim-bullseye
ADD . /app/
WORKDIR /app
RUN pip install -r requirements.txt