Skip to content

Commit

Permalink
Merge pull request #60 from UoaWDCC/feat/cms
Browse files Browse the repository at this point in the history
fixed even more bugs
  • Loading branch information
gmat224 authored Jun 7, 2024
2 parents 387695a + a28f207 commit 5eb1628
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/Dockerfile.production
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion web/Dockerfile.staging
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5eb1628

Please sign in to comment.