Skip to content

Commit 9cc26e7

Browse files
Itai GendlerItai Gendler
authored andcommitted
Update dockerfile with git
1 parent fe5c106 commit 9cc26e7

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.dockerignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ node_modules
99
*.md
1010
docker-compose.yml
1111
codefresh.yml
12-
.coveralls.yml
12+
.coveralls.yml
13+
examples
14+
dist

Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
FROM node:8.8.0-alpine
1+
FROM node:9.2.0-alpine
2+
3+
RUN apk update && apk add git
24

35
WORKDIR /cf-cli
46

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

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

13-
ENTRYPOINT ["codefresh"]
15+
ENTRYPOINT ["codefresh"]

0 commit comments

Comments
 (0)