feat: update dockerfile

This commit is contained in:
hanif salafi 2024-12-24 23:57:15 +07:00
parent 63cf26a02b
commit 458dd51f28
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ WORKDIR /usr/src/app
COPY package*.json /usr/src/app/
# RUN npm install --force
RUN npm install -g npm@11.0.0
RUN npm install next --legacy-peer-deps
# RUN npm install -g npm@11.0.0
RUN npm install --legacy-peer-deps
# Copying source files
COPY . /usr/src/app