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 f5d0afe commit 24bededCopy full SHA for 24beded
Dockerfile
@@ -0,0 +1,11 @@
1
+FROM node:18
2
+
3
+WORKDIR /test-suite
4
5
+COPY package.json respecConfig.json abstract.hbs ./
6
+COPY tests/ ./tests
7
+COPY reports/ ./reports
8
9
+RUN npm i
10
+RUN npm install --global serve
11
+CMD [ "npm", "t" ]
0 commit comments