diff --git a/production-unit.Dockerfile b/production-unit.Dockerfile index 586f213e772eb..0582057641b23 100644 --- a/production-unit.Dockerfile +++ b/production-unit.Dockerfile @@ -34,7 +34,7 @@ RUN corepack enable && pnpm --version && \ COPY frontend/ frontend/ COPY ee/frontend/ ee/frontend/ COPY ./bin/ ./bin/ -COPY babel.config.js tsconfig.json webpack.config.js ./ +COPY babel.config.js tsconfig.json webpack.config.js tailwind.config.js postcss.config.js ./ RUN pnpm build