From d376474e0ff2566b8994fea0f5866ad53ca99cb7 Mon Sep 17 00:00:00 2001 From: Dennis Ploeger Date: Mon, 9 May 2022 08:53:29 +0200 Subject: [PATCH] chore: Added test suite to docker build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bd189c8..69fa41d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]