Zhofang commited on
Commit
2bb45ea
·
verified ·
1 Parent(s): 15c6521

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ WORKDIR /code
5
 
6
  COPY ./package.json /code/package.json
7
 
8
- RUN npm install ws
9
 
10
  COPY . .
11
 
 
5
 
6
  COPY ./package.json /code/package.json
7
 
8
+ RUN npm install ws && npm install fs
9
 
10
  COPY . .
11