We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdaa6ab commit 716cd06Copy full SHA for 716cd06
Dockerfile
@@ -5,5 +5,5 @@ LABEL documentation="https://yangpath.netdevops.me"
5
LABEL repo="https://github.com/hellt/yangpath"
6
7
COPY yangpath /app/yangpath
8
-ENTRYPOINT [ "/app/versionpath" ]
+ENTRYPOINT [ "/app/yangpath" ]
9
CMD [ "version" ]
0 commit comments