Changed steps for optimize

feature/#23
yuobrezkov 2025-01-30 19:50:22 +03:00
parent 42aa7e2f52
commit 2e283bf9d7
1 changed files with 5 additions and 3 deletions

View File

@ -2,8 +2,10 @@ FROM node:22.13.0
WORKDIR /var/www/trust-module
COPY package.json package-lock.json ./
RUN npm install
COPY . .
RUN npm install
ENTRYPOINT ["npm", "start"]
ENTRYPOINT ["npm", "start"]