mirror of
https://git.nolog.cz/NoLog.cz/headline.git
synced 2025-02-07 14:12:45 +01:00
4 lines
86 B
Text
4 lines
86 B
Text
|
FROM python:slim-bullseye
|
||
|
ADD . /app/
|
||
|
WORKDIR /app
|
||
|
RUN pip install -r requirements.txt
|