fix: add --legacy-peer-deps to Dockerfile for React Three Fiber compatibility
This commit is contained in:
parent
d45f382b08
commit
999ecc4492
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ WORKDIR /app
|
||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
RUN npm install
|
RUN npm install --legacy-peer-deps
|
||||||
|
|
||||||
# Copy source
|
# Copy source
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue