Skip to content

Commit d33e8ad

Browse files
authored
Update Dockerfile command
1 parent aa8c752 commit d33e8ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ COPY tests/ ./tests
77
COPY reports/ ./reports
88

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

0 commit comments

Comments
 (0)