From a28f207243064e1aeb8b6d5276a83afae6b042d2 Mon Sep 17 00:00:00 2001 From: Naren Rohan Date: Fri, 7 Jun 2024 23:34:48 +1200 Subject: [PATCH] fixed even more bugs --- web/Dockerfile.production | 2 +- web/Dockerfile.staging | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/Dockerfile.production b/web/Dockerfile.production index 9f1768d6..3badd9a7 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 17625f0e..3c7844f4 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://auis-strapi.fly.dev/" +ENV VITE_STRAPI_URL="https://auis-strapi.fly.dev" # Build application RUN yarn run build