Skip to content

Commit f4fe3a4

Browse files
author
Sylvestre Gug
committed
cleanup
1 parent 1a0213e commit f4fe3a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM node:16.17.0-alpine
33
RUN mkdir /app
44
WORKDIR /app
55

6-
RUN apk --no-cache add bash git
6+
RUN apk --no-cache add bash
77

88
COPY package.json yarn.lock /app/
99
RUN \

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"scripts": {
4242
"dev": "NODE_ENV=development nodemon bin/observable-database-proxy",
4343
"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",
4545
"test:ci": "docker-compose -f docker-compose.yml up --build --exit-code-from test",
4646
"test:db": "docker-compose -f docker-compose.yml -f docker-compose.local.yml up mssql"
4747
},

0 commit comments

Comments
 (0)