We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d2abc1 commit cbc0236Copy full SHA for cbc0236
Dockerfile
@@ -8,4 +8,4 @@ WORKDIR /app
8
COPY . /app
9
RUN npm install
10
11
-CMD ./node_modules/.bin/bats wait-for.bats
+CMD npm test
0 commit comments