From d479207b1962a234398a7429d79b102b1abaae6e Mon Sep 17 00:00:00 2001 From: Clayton Smith Date: Wed, 7 Aug 2024 13:40:25 -0400 Subject: [PATCH] deploy retry --- src/interfaces/coral_web/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/interfaces/coral_web/Dockerfile b/src/interfaces/coral_web/Dockerfile index 7dcbe13f17..4ba84b66da 100644 --- a/src/interfaces/coral_web/Dockerfile +++ b/src/interfaces/coral_web/Dockerfile @@ -19,6 +19,7 @@ COPY tsconfig.json . COPY tailwind.config.js . COPY postcss.config.js . COPY .en[v] .env +COPY .env.production . # Build the Next.js app ARG NODE_ENV=development