Skip to content

Commit

Permalink
use npm to test via node
Browse files Browse the repository at this point in the history
  • Loading branch information
ikatz-drizly committed Oct 25, 2018
1 parent 8d2abc1 commit cbc0236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ WORKDIR /app
COPY . /app
RUN npm install

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

0 comments on commit cbc0236

Please sign in to comment.