Skip to content

Commit

Permalink
add config to Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: PatStLouis <[email protected]>
  • Loading branch information
PatStLouis committed Dec 3, 2024
1 parent cb51889 commit 08e135b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ WORKDIR /test-suite

COPY package.json ./
COPY tests/ ./tests
COPY config/ ./config

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

0 comments on commit 08e135b

Please sign in to comment.