Fix docker image

This commit is contained in:
Stefan Bethke 2025-05-31 11:10:01 +02:00
commit fc43bad77e
2 changed files with 2 additions and 2 deletions

View file

@ -12,4 +12,4 @@ RUN poetry bundle venv --python=/usr/bin/python3 --only=main /venv
FROM gcr.io/distroless/python3-debian12
COPY --from=builder /venv /venv
COPY buba/ /buba
ENTRYPOINT ["/venv/bin/python", "-m", "hmdooris"]
ENTRYPOINT ["/venv/bin/python", "-m", "buba"]