Skip to content

Commit 8b30ada

Browse files
committed
Fix Docker entrypoint for distroless image
1 parent 950c367 commit 8b30ada

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ WORKDIR /home/nonroot
3434

3535
USER nonroot
3636

37-
ENTRYPOINT ["/opt/venv/bin/python", "/opt/venv/bin/kosty"]
37+
ENTRYPOINT ["python3", "-m", "kosty.cli"]

0 commit comments

Comments
 (0)