Skip to content

Commit

Permalink
fixed even more bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
nroh555 committed Jun 7, 2024
1 parent 3a7d9bc commit a28f207
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 a28f207

Please sign in to comment.