Skip to content

Commit eb48da9

Browse files
authored
Add serve package
1 parent 52b25a8 commit eb48da9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Dockerfile

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ FROM node:18
22

33
WORKDIR /test-suite
44

5-
COPY package.json ./
5+
COPY package.json respecConfig.json abstract.hbs ./
66
COPY tests/ ./tests
7+
COPY reports/ ./reports
78

89
RUN npm i
9-
CMD [ "npm", "t" ]
10+
RUN npm install --global serve
11+
CMD [ "npm", "t" ]

0 commit comments

Comments
 (0)