Added the NEXT_PUBLIC_APP_URL to the Dockerfile
This commit is contained in:
@@ -25,6 +25,7 @@ COPY . .
|
|||||||
|
|
||||||
ARG STRAPI_URL=http://localhost:1337
|
ARG STRAPI_URL=http://localhost:1337
|
||||||
ARG STRAPI_TOKEN=TOKEN
|
ARG STRAPI_TOKEN=TOKEN
|
||||||
|
ARG NEXT_PUBLIC_APP_URL=https://platform.encoach.com
|
||||||
|
|
||||||
RUN yarn build
|
RUN yarn build
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user