Skip to content

Commit

Permalink
fix: dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
azrod committed Feb 13, 2024
1 parent 6574d40 commit 39a809c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ ENV UID 1000
COPY --chown=${UID}:${GID} prestop.sh /usr/bin
COPY k8-env /usr/bin

ENTRYPOINT ["/usr/bin/golink"]
ENTRYPOINT ["/usr/bin/k8-env"]

0 comments on commit 39a809c

Please sign in to comment.