Skip to content

Commit

Permalink
fix wrong env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nroh555 committed Jun 7, 2024
1 parent d6c987f commit 3a7d9bc
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://software-arch-workshop-api.fly.dev"
ENV VITE_STRAPI_URL="https://auis-strapi.fly.dev/"

# Build application
RUN yarn run build
Expand Down

0 comments on commit 3a7d9bc

Please sign in to comment.