Reaperxxxx commited on
Commit
d47f970
·
verified ·
1 Parent(s): d444fcd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -3
Dockerfile CHANGED
@@ -4,9 +4,7 @@ WORKDIR /app
4
 
5
  COPY package*.json ./
6
 
7
- RUN npm install --production
8
-
9
- RUN npm install undici@5
10
 
11
  COPY . .
12
 
 
4
 
5
  COPY package*.json ./
6
 
7
+ RUN npm install --legacy-peer-deps --omit=dev
 
 
8
 
9
  COPY . .
10