headline/view/Dockerfile

4 lines
No EOL
86 B
Docker

FROM python:slim-bullseye
ADD . /app/
WORKDIR /app
RUN pip install -r requirements.txt