Skip to content

Commit cbc0236

Browse files
committed
use npm to test via node
1 parent 8d2abc1 commit cbc0236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ WORKDIR /app
88
COPY . /app
99
RUN npm install
1010

11-
CMD ./node_modules/.bin/bats wait-for.bats
11+
CMD npm test

0 commit comments

Comments
 (0)