diff --git a/Dockerfile b/Dockerfile index cda9109..6931086 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" ] \ No newline at end of file +CMD [ "npm", "t" ]