Kano001 commited on
Commit
2be0f98
·
verified ·
1 Parent(s): 2d9bcab

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -14,6 +14,8 @@ RUN npm init -y
14
 
15
  RUN npm install colyseus
16
 
 
 
17
  RUN npm install express
18
 
19
  #RUN npm install ws
 
14
 
15
  RUN npm install colyseus
16
 
17
+ RUN npm install --save @colyseus/monitor
18
+
19
  RUN npm install express
20
 
21
  #RUN npm install ws