Skip to content

Commit

Permalink
Add abstract.hsb to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
PatStLouis authored Feb 13, 2025
1 parent a9bd7e0 commit a80bb7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM node:18

WORKDIR /test-suite

COPY package.json respecConfig.json ./
COPY package.json respecConfig.json abstract.hbs ./
COPY tests/ ./tests

RUN npm i
Expand Down

0 comments on commit a80bb7e

Please sign in to comment.