Nueva funcionalidad

This commit is contained in:
2026-02-19 11:34:03 -06:00
parent f00a32ddb3
commit bcc758953f
14 changed files with 729 additions and 220 deletions

View File

@@ -15,7 +15,7 @@ RUN npm config set strict-ssl false
RUN npm install -g pnpm
# Instalar dependencias
RUN pnpm install --frozen-lockfile
RUN pnpm install
# Copiar código
COPY . .