Skip to content

Commit

Permalink
Update dockerfile with git
Browse files Browse the repository at this point in the history
  • Loading branch information
Itai Gendler authored and Itai Gendler committed Jan 4, 2018
1 parent fe5c106 commit 9cc26e7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ node_modules
*.md
docker-compose.yml
codefresh.yml
.coveralls.yml
.coveralls.yml
examples
dist
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM node:8.8.0-alpine
FROM node:9.2.0-alpine

RUN apk update && apk add git

WORKDIR /cf-cli

Expand All @@ -10,4 +12,4 @@ COPY . /cf-cli

RUN ln -s $(pwd)/lib/interface/cli/index.js /usr/local/bin/codefresh

ENTRYPOINT ["codefresh"]
ENTRYPOINT ["codefresh"]

0 comments on commit 9cc26e7

Please sign in to comment.