Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit e2a3ea8

Browse files
committed
fix container entrypoint
1 parent 2779f18 commit e2a3ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ COPY --from=build /venv/ /venv/
4545
ENV PATH=/venv/bin:$PATH
4646

4747
# change this entrypoint if it is not the same as the repo
48-
ENTRYPOINT ["python3-pip-skeleton-cli"]
48+
ENTRYPOINT ["python3-pip-skeleton"]
4949
CMD ["--version"]

0 commit comments

Comments
 (0)