Skip to content

Commit

Permalink
chore: Added test suite to docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
dploeger committed May 9, 2022
1 parent 252c7a2 commit d376474
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 @@ -5,6 +5,6 @@ COPY . /usr/src/app
WORKDIR /usr/src/app

RUN npm install && \
npx grunt build
npx grunt test

ENTRYPOINT ["node", "index.js"]

0 comments on commit d376474

Please sign in to comment.