Usando npm ci
All checks were successful
Creates a docker image for production / Build the docker image (push) Successful in 48s

This commit is contained in:
2025-02-05 11:56:28 -03:00
parent 88ab3f9b33
commit 5b5500f6ac
2 changed files with 2 additions and 2 deletions

View File

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