agosh commited on
Commit
b995a8e
·
verified ·
1 Parent(s): a3a3ef4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,7 +16,7 @@ USER root
16
 
17
  WORKDIR /app
18
 
19
- RUN npm install -g node-pty
20
 
21
  COPY . .
22
 
 
16
 
17
  WORKDIR /app
18
 
19
+ RUN npm install -g node-pty ws
20
 
21
  COPY . .
22