fix Dockerfile

Signed-off-by: ale <ale@manalejandro.com>
Este commit está contenido en:
ale
2025-10-08 04:33:31 +02:00
padre 15caa3e4bd
commit 6a3077dad8

Ver fichero

@@ -18,7 +18,7 @@ COPY package*.json ./
COPY tsconfig.json ./
# Install Node.js dependencies
RUN npm ci && npm cache clean --force
RUN npm i && npm cache clean --force
# Copy source code
COPY src/ ./src/