Skip to content

Commit

Permalink
Add config directory to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
PatStLouis committed Mar 4, 2025
1 parent 6e63194 commit 724b39b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ FROM node:18

WORKDIR /test-suite

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

Expand Down

0 comments on commit 724b39b

Please sign in to comment.