From b5e8134f138c2effad35fa8e829290a345670d64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Gonz=C3=A1lez=20Mu=C3=B1oz?= Date: Tue, 14 Mar 2023 10:07:57 +0100 Subject: [PATCH] Dockerfile: removes next-env.d.ts --- client/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Dockerfile b/client/Dockerfile index 26955ba05..4787f81b7 100644 --- a/client/Dockerfile +++ b/client/Dockerfile @@ -37,7 +37,7 @@ COPY --chown=$USER:$USER src ./src COPY --chown=$USER:$USER public ./public # NextJS required files -COPY --chown=$USER:$USER next.config.js next-env.d.ts local.d.ts \ +COPY --chown=$USER:$USER next.config.js local.d.ts \ postcss.config.js tailwind.config.js entrypoint.sh \ tsconfig.json .browserlistrc .eslintrc.js .prettierrc.json ./