Me cargo el lock por si acaso

This commit is contained in:
2026-03-23 17:39:58 +01:00
parent 23cb492f4c
commit dcbd79b1b7

View File

@@ -2,8 +2,7 @@
FROM node:22-alpine
WORKDIR /home/node/app
COPY ./package.json ./package-lock.json ./
COPY ./src ./src
COPY ./package.json ./
COPY tsconfig.json ./