File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM node:16.17.0-alpine
3
3
RUN mkdir /app
4
4
WORKDIR /app
5
5
6
- RUN apk --no-cache add bash git
6
+ RUN apk --no-cache add bash
7
7
8
8
COPY package.json yarn.lock /app/
9
9
RUN \
Original file line number Diff line number Diff line change 41
41
"scripts" : {
42
42
"dev" : " NODE_ENV=development nodemon bin/observable-database-proxy" ,
43
43
"test" : " mocha" ,
44
- "test:local" : " docker-compose -f docker-compose.yml -f docker-compose.local.yml up --build" ,
44
+ "test:local" : " docker-compose -f docker-compose.yml -f docker-compose.local.yml up --build --exit-code-from test " ,
45
45
"test:ci" : " docker-compose -f docker-compose.yml up --build --exit-code-from test" ,
46
46
"test:db" : " docker-compose -f docker-compose.yml -f docker-compose.local.yml up mssql"
47
47
},
You can’t perform that action at this time.
0 commit comments