Added the NEXT_PUBLIC_APP_URL to the Dockerfile

This commit is contained in:
Tiago Ribeiro
2024-03-21 10:58:15 +00:00
parent fe9277746b
commit 78bdb1b275

View File

@@ -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