Skip to content

Commit 716cd06

Browse files
committed
fixed binary inside the dockerfile
1 parent bdaa6ab commit 716cd06

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
@@ -5,5 +5,5 @@ LABEL documentation="https://yangpath.netdevops.me"
55
LABEL repo="https://github.com/hellt/yangpath"
66

77
COPY yangpath /app/yangpath
8-
ENTRYPOINT [ "/app/versionpath" ]
8+
ENTRYPOINT [ "/app/yangpath" ]
99
CMD [ "version" ]

0 commit comments

Comments
 (0)