We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9bd7e0 commit a80bb7eCopy full SHA for a80bb7e
Dockerfile
@@ -2,7 +2,7 @@ FROM node:18
2
3
WORKDIR /test-suite
4
5
-COPY package.json respecConfig.json ./
+COPY package.json respecConfig.json abstract.hbs ./
6
COPY tests/ ./tests
7
8
RUN npm i
0 commit comments