Modificar Dockerfile
This commit is contained in:
parent
02f0a260c7
commit
bee666f9fd
@ -2,7 +2,8 @@ FROM node:20-alpine
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY package.json package-lock.json* ./
|
||||
COPY package*.json .
|
||||
|
||||
RUN npm install
|
||||
|
||||
COPY . .
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user