From 3a6e10a7ce6db9cfe2becdb63cdd1d49c044d06a Mon Sep 17 00:00:00 2001 From: Ben White Date: Mon, 8 Jan 2024 09:45:02 +0100 Subject: [PATCH] Fix dockerfile --- production-unit.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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