fix: use --legacy-peer-deps for client npm install in Dockerfile
This commit is contained in:
parent
cb610bb9c1
commit
a50ce40d83
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ COPY package*.json ./
|
||||||
COPY client/package*.json ./client/
|
COPY client/package*.json ./client/
|
||||||
COPY server/package*.json ./server/
|
COPY server/package*.json ./server/
|
||||||
|
|
||||||
RUN cd client && npm install
|
RUN cd client && npm install --legacy-peer-deps
|
||||||
RUN cd server && npm install
|
RUN cd server && npm install
|
||||||
|
|
||||||
# Copy static assets
|
# Copy static assets
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue