Refactor code structure for improved readability and maintainability
Despliegue Automático / desplegar (push) Successful in 3m59s

This commit is contained in:
2026-05-18 18:50:36 +02:00
parent 73d8141dda
commit fa78a7e9d1
3 changed files with 1609 additions and 3 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ RUN apt-get update \
&& apt-get install -y --no-install-recommends python3 make g++ \
&& rm -rf /var/lib/apt/lists/*
COPY package.json pnpm-lock.yaml ./
RUN pnpm install --frozen-lockfile --prod
COPY package.json ./
RUN pnpm install --prod
FROM base AS production