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 6f79f53 commit 14e7d13Copy full SHA for 14e7d13
Dockerfile
@@ -10,6 +10,6 @@ RUN yarn --prod install
10
11
COPY . /cf-cli
12
13
-RUN ln -s $(pwd)/lib/interface/cli/index.js /usr/local/bin/codefresh
+RUN ln -s $(pwd)/lib/interface/cli/codefresh /usr/local/bin/codefresh
14
15
ENTRYPOINT ["codefresh"]
0 commit comments