feat: update dockerfile
This commit is contained in:
parent
3f194f8528
commit
63cf26a02b
|
|
@ -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@11.0.0
|
||||
RUN npm install next --legacy-peer-deps
|
||||
|
||||
# Copying source files
|
||||
|
|
|
|||
Loading…
Reference in New Issue