Ajusta compose

This commit is contained in:
LeoMortari
2025-11-03 12:04:27 -03:00
parent b455acea46
commit 75817f4436
2 changed files with 9 additions and 9 deletions

View File

@@ -28,7 +28,7 @@ WORKDIR /app
RUN npm install -g pnpm
COPY package.json pnpm-lock.yaml ./
COPY package.json ./
RUN pnpm install --prod