feat: fixing Dockerfile
This commit is contained in:
parent
88a84e18dd
commit
02f27a492e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue