docker file update

This commit is contained in:
Rama Priyanto 2024-12-18 09:42:20 +07:00
parent 1118772844
commit 63fe08f810
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ WORKDIR /usr/src/app
COPY package*.json /usr/src/app/
# RUN npm install --force
RUN npm install -g npm@latest
# RUN npm install -g npm@latest
RUN npm install
# Copying source files