Skip to content

Commit

Permalink
Copy respec config
Browse files Browse the repository at this point in the history
  • Loading branch information
PatStLouis authored Feb 13, 2025
1 parent 2c46d31 commit a9bd7e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM node:18

WORKDIR /test-suite

COPY package.json ./
COPY package.json respecConfig.json ./
COPY tests/ ./tests

RUN npm i
CMD [ "npm", "t" ]
CMD [ "npm", "t" ]

0 comments on commit a9bd7e0

Please sign in to comment.