docker legacy peer deps
This commit is contained in:
parent
1538038c05
commit
973419c093
@ -5,7 +5,7 @@ WORKDIR /app
|
||||
|
||||
# Install dependencies
|
||||
COPY package*.json ./
|
||||
RUN npm install
|
||||
RUN npm install --legacy-peer-deps
|
||||
|
||||
# Copy semua source code
|
||||
COPY . .
|
||||
|
||||
Loading…
Reference in New Issue
Block a user