Joey889 commited on
Commit
3d50ac4
·
verified ·
1 Parent(s): 9451815

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ WORKDIR /app
8
  COPY . .
9
 
10
  # 安裝依賴
11
- RUN npm install
12
 
13
  # 編譯
14
  RUN npm run build
 
8
  COPY . .
9
 
10
  # 安裝依賴
11
+ RUN npm install --legacy-peer-deps
12
 
13
  # 編譯
14
  RUN npm run build