Skip to content

Commit a80bb7e

Browse files
authored
Add abstract.hsb to docker image
1 parent a9bd7e0 commit a80bb7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM node:18
22

33
WORKDIR /test-suite
44

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

88
RUN npm i

0 commit comments

Comments
 (0)