Skip to content

Commit 9c40dc8

Browse files
authored
Update Dockerfile
1 parent d33e8ad commit 9c40dc8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ COPY reports/ ./reports
88

99
RUN npm i
1010
RUN npm install --global serve
11-
RUN npm t
12-
CMD [ "serve", "-p", "8000", "reports/" ]
11+
CMD [ "npm", "t" ]

0 commit comments

Comments
 (0)