This commit is contained in:
José Henrique 2025-05-31 11:33:47 -03:00
parent 04a5d8252e
commit 1ced8d8700

View File

@ -9,7 +9,7 @@ RUN yarn install --frozen-lockfile
COPY . .
ARG VITE_API_BASE_URL
ENV VITE_API_BASE_URL=${VITE_API_URL}
ENV VITE_API_BASE_URL=${VITE_API_BASE_URL}
RUN yarn build