chore(uv): proper packaging

This commit is contained in:
2026-04-21 16:10:20 +02:00
parent 8f0e063ab7
commit 18c718d24a
27 changed files with 112 additions and 152 deletions
+3 -5
View File
@@ -21,10 +21,8 @@ RUN apk add --no-cache \
RUN PIP_ROOT_USER_ACTION=ignore python3 -m pip install uv
COPY uv.lock pyproject.toml ./
COPY stapler/* ./stapler/
RUN uv pip install -r pyproject.toml --system
RUN uv pip install . --system
COPY main.py favicon.ico ./
COPY src/* ./src/
ENTRYPOINT [ "/app/main.py"]
ENTRYPOINT [ "stapler"]