docker file

This commit is contained in:
Rama Priyanto 2025-02-10 08:53:07 +07:00
parent 9ff167e18d
commit 4b181b53c0
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/ COPY package*.json /usr/src/app/
# RUN npm install --force # RUN npm install --force
# RUN npm install -g npm@latest RUN npm install -g npm@latest
RUN npm install RUN npm install
# Copying source files # Copying source files