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 2c46d31 commit a9bd7e0Copy full SHA for a9bd7e0
Dockerfile
@@ -2,8 +2,8 @@ FROM node:18
2
3
WORKDIR /test-suite
4
5
-COPY package.json ./
+COPY package.json respecConfig.json ./
6
COPY tests/ ./tests
7
8
RUN npm i
9
-CMD [ "npm", "t" ]
+CMD [ "npm", "t" ]
0 commit comments