ardasen commited on
Commit
6cb1c95
·
verified ·
1 Parent(s): a9d61d0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@ FROM node:18
2
 
3
  WORKDIR /app
4
 
5
- RUN npm install express express-http-proxy
6
 
7
  COPY . .
8
 
 
2
 
3
  WORKDIR /app
4
 
5
+ RUN npm install express express-http-proxy stream-json
6
 
7
  COPY . .
8