Reaperxxxx commited on
Commit
d1a5e46
·
verified ·
1 Parent(s): b1539fe

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -6,6 +6,8 @@ COPY package*.json ./
6
 
7
  RUN npm install --production
8
 
 
 
9
  COPY . .
10
 
11
  EXPOSE 7860
 
6
 
7
  RUN npm install --production
8
 
9
+ RUN npm install undici@5
10
+
11
  COPY . .
12
 
13
  EXPOSE 7860