diff --git a/Dockerfile b/Dockerfile index 4cb0edf..75b3c53 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ FROM base AS verify WORKDIR /app COPY --from=install_dependencies /app /app COPY package package -COPY eslint.config.js index.html ./ +COPY eslint.config.js .prettierrc.json ./ COPY *.ts . RUN npm run verify