Arruma docker compose

This commit is contained in:
LeoMortari
2025-11-03 01:02:32 -03:00
parent 8035963b75
commit 0c9d10c0b0
2 changed files with 4 additions and 3 deletions

View File

@@ -4,3 +4,4 @@ dist
.gitignore
Dockerfile
docker-compose.yml
pnpm-lock.yaml

View File

@@ -3,13 +3,13 @@ WORKDIR /app
RUN npm install -g pnpm
RUN pnpm install --frozen-lockfile
COPY . .
RUN pnpm install
ARG BASE=/
ENV VITE_BASE_PATH=$BASE
RUN pnpm install
RUN pnpm run build
RUN rm -rf node_modules