Modificar Dockerfile

This commit is contained in:
Bxio 2025-07-05 11:02:20 +00:00
parent 0697aa4e4a
commit a197c1c5d5

View File

@ -4,7 +4,7 @@ WORKDIR /app
COPY package*.json ./ COPY package*.json ./
RUN npm install RUN npm install -g npm@11.4.2
COPY . . COPY . .