feat: fixing Dockerfile

This commit is contained in:
hanif salafi 2024-03-28 11:01:47 +07:00
parent 88a84e18dd
commit 02f27a492e
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ COPY package*.json /usr/src/app/
# RUN npm install --force
RUN npm install -g npm@latest
RUN npm install next --legacy-peer-deps
RUN npm install
# Copying source files
COPY . /usr/src/app