Ajusta compose

This commit is contained in:
LeoMortari
2025-11-03 13:21:05 -03:00
parent 6e9327fee4
commit 759a3ae0f1
6 changed files with 92 additions and 13 deletions

View File

@@ -7,10 +7,11 @@ COPY . .
RUN pnpm install
ARG BASE=/
ARG VITE_API_URL=http://clipperia-api:3000
ENV VITE_BASE_PATH=$BASE
RUN pnpm run build
ENV VITE_API_URL=$VITE_API_URL
RUN pnpm build
RUN rm -rf node_modules
FROM nginx:1.27-alpine