Modificar Dockerfile

This commit is contained in:
Bxio 2025-07-05 10:05:13 +00:00
parent 02f0a260c7
commit bee666f9fd

View File

@ -2,7 +2,8 @@ FROM node:20-alpine
WORKDIR /app WORKDIR /app
COPY package.json package-lock.json* ./ COPY package*.json .
RUN npm install RUN npm install
COPY . . COPY . .