diff --git a/web/Dockerfile.production b/web/Dockerfile.production index 2b4dd4a6..9f1768d6 100644 --- a/web/Dockerfile.production +++ b/web/Dockerfile.production @@ -29,7 +29,7 @@ COPY --link . . # Set build time environment variables ENV VITE_API_URL="https://wdcc-auis-api.fly.dev" -#ENV VITE_STRAPI_URL="https://auis-strapi.fly.dev/" +ENV VITE_STRAPI_URL="https://auis-strapi.fly.dev/" # Build application RUN yarn run build diff --git a/web/Dockerfile.staging b/web/Dockerfile.staging index 4a725d36..17625f0e 100644 --- a/web/Dockerfile.staging +++ b/web/Dockerfile.staging @@ -29,7 +29,7 @@ COPY --link . . # Set build time environment variables ENV VITE_API_URL="https://wdcc-auis-api-staging.fly.dev" -ENV VITE_STRAPI_URL="https://software-arch-workshop-api.fly.dev" +ENV VITE_STRAPI_URL="https://auis-strapi.fly.dev/" # Build application RUN yarn run build