Skip to content

Commit

Permalink
Update dockerfile bad entrypoint reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Itai Gendler authored and Itai Gendler committed Jan 10, 2018
1 parent 6f79f53 commit 14e7d13
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 @@ -10,6 +10,6 @@ RUN yarn --prod install

COPY . /cf-cli

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

ENTRYPOINT ["codefresh"]

0 comments on commit 14e7d13

Please sign in to comment.