We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 252c7a2 commit d376474Copy full SHA for d376474
Dockerfile
@@ -5,6 +5,6 @@ COPY . /usr/src/app
5
WORKDIR /usr/src/app
6
7
RUN npm install && \
8
- npx grunt build
+ npx grunt test
9
10
ENTRYPOINT ["node", "index.js"]
0 commit comments