File tree 3 files changed +11
-12
lines changed
3 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 1
- FROM finalduty/archlinux:monthly
1
+ FROM alpine
2
+
3
+ RUN apk update && apk add git go go-tools nodejs nodejs-npm build-base libgit2-dev
2
4
3
5
ARG NODE_ENV=production
4
6
ENV NODE_ENV=${NODE_ENV}
@@ -9,9 +11,6 @@ ENV PATH ${PATH}:/go/bin
9
11
RUN mkdir -p $APP_PATH
10
12
WORKDIR $APP_PATH
11
13
12
- RUN pacman -Syu --noconfirm
13
- RUN pacman -Sy --noconfirm libgit2 git gcc nodejs go go-tools npm base-devel
14
-
15
14
RUN go get github.com/cespare/reflex
16
15
RUN npm install gitbook-cli -g
17
16
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ services:
10
10
- " ${DOCKER_COMPOSE_MONGODB_PORT}:27017"
11
11
server :
12
12
command : reflex -c reflex.conf
13
- image : codeflow:v004
13
+ image : codeflow:v005
14
14
build :
15
15
context : .
16
16
args :
@@ -29,7 +29,7 @@ services:
29
29
- " mongo"
30
30
dashboard :
31
31
command : npm run start
32
- image : codeflow:v004
32
+ image : codeflow:v005
33
33
build :
34
34
context : .
35
35
args :
@@ -46,7 +46,7 @@ services:
46
46
- ./dashboard/.env.development
47
47
docs :
48
48
command : gitbook serve
49
- image : codeflow:v004
49
+ image : codeflow:v005
50
50
build :
51
51
context : .
52
52
args :
Original file line number Diff line number Diff line change @@ -65,14 +65,14 @@ plugins:
65
65
registry_password : " "
66
66
registry_user_email : " "
67
67
docker_host : " unix:///var/run/docker.sock"
68
- workdir : " /tmp/docker_build"
68
+ workdir : " /tmp/docker_build"
69
69
kubedeploy :
70
70
workers : 1
71
71
kubeconfig :
72
- environment :
72
+ environment :
73
73
ssl_cert_arn :
74
- node_selector :
75
- access_log_s3_bucket :
74
+ node_selector :
75
+ access_log_s3_bucket :
76
76
websockets :
77
77
workers : 1
78
78
service_address : " :3003"
@@ -81,7 +81,7 @@ plugins:
81
81
webhook_url : " "
82
82
git_sync :
83
83
workers : 1
84
- workdir : " /tmp/git_sync"
84
+ workdir : " /tmp/git_sync"
85
85
heartbeat :
86
86
workers : 1
87
87
route53 :
You can’t perform that action at this time.
0 commit comments