diff --git a/Dockerfile b/Dockerfile index 1024cfb..a9903d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ COPY .yarn .yarn RUN yarn install -COPY eslint.config.mjs postcss.config.mjs tailwind.config.js tsconfig.json vite.config.ts . +COPY postcss.config.mjs tailwind.config.js tsconfig.json vite.config.ts . COPY web web ARG CUPDATE_VERSION="development build"