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 d33e8ad commit 9c40dc8Copy full SHA for 9c40dc8
Dockerfile
@@ -8,5 +8,4 @@ COPY reports/ ./reports
8
9
RUN npm i
10
RUN npm install --global serve
11
-RUN npm t
12
-CMD [ "serve", "-p", "8000", "reports/" ]
+CMD [ "npm", "t" ]
0 commit comments