moonraker: fix copy

This commit is contained in:
Markus Küffner
2024-05-30 09:48:05 +02:00
parent 34204c4e8b
commit b06a6cdf5c

View File

@@ -2,7 +2,7 @@
FROM python:3.12-bookworm as build
WORKDIR /opt
COPY requirements-prind.txt
COPY requirements-prind.txt .
RUN python -m venv venv \
&& venv/bin/pip install -r requirements-prind.txt