mirror of
https://github.com/mkuf/prind.git
synced 2026-02-12 01:06:50 +01:00
moonraker: fix copy
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user