File tree 3 files changed +12
-11
lines changed
3 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 1
- FROM alpine
2
-
3
- RUN apk update && apk add git go go-tools nodejs nodejs-npm build-base libgit2-dev
1
+ FROM finalduty/archlinux:monthly
4
2
5
3
ARG NODE_ENV=production
6
4
ENV NODE_ENV=${NODE_ENV}
@@ -11,6 +9,9 @@ ENV PATH ${PATH}:/go/bin
11
9
RUN mkdir -p $APP_PATH
12
10
WORKDIR $APP_PATH
13
11
12
+ RUN pacman -Syu --noconfirm
13
+ RUN pacman -Sy --noconfirm libgit2 git gcc nodejs go go-tools npm base-devel
14
+
14
15
RUN go get github.com/cespare/reflex
15
16
RUN npm install gitbook-cli -g
16
17
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:v005
13
+ image : codeflow:v004
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:v005
32
+ image : codeflow:v004
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:v005
49
+ image : codeflow:v004
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