Fix docker image
This commit is contained in:
parent
ef9e552ff6
commit
fc43bad77e
2 changed files with 2 additions and 2 deletions
|
@ -28,4 +28,4 @@ jobs:
|
|||
with:
|
||||
push: true
|
||||
platforms: linux/amd64,linux/arm64
|
||||
tags: git.hamburg.ccc.de/ccchh/hmdooris/hmdooris:latest
|
||||
tags: git.hamburg.ccc.de/ccchh/buba/buba:latest
|
|
@ -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"]
|
Loading…
Add table
Add a link
Reference in a new issue