fix: frontend API base URL
All checks were successful
deploy-socialize / image (push) Successful in 1m26s
deploy-socialize / deploy (push) Successful in 8s

This commit is contained in:
2026-05-06 10:56:59 -04:00
parent c40653b2b7
commit dc9a980958
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
FROM node:22-alpine AS build
WORKDIR /app
ARG VITE_API_URL=/api
ARG VITE_API_URL=/
ENV VITE_API_URL=$VITE_API_URL
COPY frontend/package*.json ./