Skip to content

Commit d376474

Browse files
committed
chore: Added test suite to docker build
1 parent 252c7a2 commit d376474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ COPY . /usr/src/app
55
WORKDIR /usr/src/app
66

77
RUN npm install && \
8-
npx grunt build
8+
npx grunt test
99

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

0 commit comments

Comments
 (0)