Skip to content

Commit a9bd7e0

Browse files
authored
Copy respec config
1 parent 2c46d31 commit a9bd7e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ FROM node:18
22

33
WORKDIR /test-suite
44

5-
COPY package.json ./
5+
COPY package.json respecConfig.json ./
66
COPY tests/ ./tests
77

88
RUN npm i
9-
CMD [ "npm", "t" ]
9+
CMD [ "npm", "t" ]

0 commit comments

Comments
 (0)