From 913d35e7154596d61c9ff3a66f38343ba18107cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Gonz=C3=A1lez?= Date: Mon, 18 Mar 2024 11:30:42 +0100 Subject: [PATCH] fixes client Docker image --- client/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Dockerfile b/client/Dockerfile index e2cd865b7..3c447ae2b 100644 --- a/client/Dockerfile +++ b/client/Dockerfile @@ -38,7 +38,7 @@ COPY --chown=$USER:$USER public ./public # NextJS required files COPY --chown=$USER:$USER next.config.js local.d.ts \ - postcss.config.js tailwind.config.js entrypoint.sh \ + postcss.config.js tailwind.config.ts entrypoint.sh \ tsconfig.json tsconfig.eslint.json .browserlistrc .eslintrc.js .prettierrc.cjs ./ RUN yarn build