From 78bdb1b2752104093f9db0e47eb90d14c512cbc4 Mon Sep 17 00:00:00 2001 From: Tiago Ribeiro Date: Thu, 21 Mar 2024 10:58:15 +0000 Subject: [PATCH] Added the NEXT_PUBLIC_APP_URL to the Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index e90ac1d..5b92217 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,6 +25,7 @@ COPY . . ARG STRAPI_URL=http://localhost:1337 ARG STRAPI_TOKEN=TOKEN +ARG NEXT_PUBLIC_APP_URL=https://platform.encoach.com RUN yarn build