Fix
All checks were successful
ci/woodpecker/tag/test Pipeline was successful
ci/woodpecker/tag/build Pipeline was successful

This commit is contained in:
phil 2025-06-25 16:23:04 +02:00
parent 75bf44479f
commit 04edafde2c

View file

@ -3,7 +3,7 @@
FROM docker.io/python:alpine
COPY . /app
ENV UV_LINK_MODE=COPY
ENV UV_LINK_MODE=copy
WORKDIR /app