fix
Some checks failed
deploy-analiticaNucleo / deploy (push) Failing after 2m39s

This commit is contained in:
2025-10-05 12:17:24 -06:00
parent 68f2285bc8
commit 445157afc4

View File

@@ -7,7 +7,7 @@ WORKDIR /app
COPY nuxt4-app/package*.json ./
# Install dependencies
RUN npm ci --prefer-offline --no-audit
RUN npm install --prefer-offline --no-audit
# Copy app source
COPY nuxt4-app/ ./