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