mirror of
https://git.nolog.cz/NoLog.cz/headline.git
synced 2025-01-31 11:53:35 +01:00
4 lines
No EOL
86 B
Docker
4 lines
No EOL
86 B
Docker
FROM python:slim-bullseye
|
|
ADD . /app/
|
|
WORKDIR /app
|
|
RUN pip install -r requirements.txt |