2
1
Fork 0
mirror of https://git.nolog.cz/NoLog.cz/headline.git synced 2025-03-02 05:51:32 +01:00
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