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 fe5c106 commit 9cc26e7Copy full SHA for 9cc26e7
.dockerignore
@@ -9,4 +9,6 @@ node_modules
9
*.md
10
docker-compose.yml
11
codefresh.yml
12
-.coveralls.yml
+.coveralls.yml
13
+examples
14
+dist
Dockerfile
@@ -1,4 +1,6 @@
1
-FROM node:8.8.0-alpine
+FROM node:9.2.0-alpine
2
+
3
+RUN apk update && apk add git
4
5
WORKDIR /cf-cli
6
@@ -10,4 +12,4 @@ COPY . /cf-cli
RUN ln -s $(pwd)/lib/interface/cli/index.js /usr/local/bin/codefresh
-ENTRYPOINT ["codefresh"]
15
+ENTRYPOINT ["codefresh"]
0 commit comments