Skip to content

Commit

Permalink
attempt #7: fix incorrect VITE_API_URL and VITE_APP_URL url in docker…
Browse files Browse the repository at this point in the history
…file.auis
  • Loading branch information
Ratchet7x5 committed Dec 12, 2024
1 parent 21fc990 commit 54987e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/Dockerfile.auis
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ COPY --link . .

RUN yarn test

ENV VITE_API_URL="https://auis.fly.dev"
ENV VITE_API_URL="https://auis-api.fly.dev"
ENV VITE_STRAPI_URL="https://auis-strapi.fly.dev"
ENV VITE_APP_URL="https://auis-api.fly.dev"
ENV VITE_APP_URL="https://auis.fly.dev"
ENV VITE_APP_NAME="AUIS"

# Mount secrets into Dockerfile and set environment variables
Expand Down

0 comments on commit 54987e0

Please sign in to comment.