Kano001 commited on
Commit
2059092
·
verified ·
1 Parent(s): f5fc3f3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -1
Dockerfile CHANGED
@@ -12,7 +12,11 @@ RUN npm install
12
 
13
  RUN npm init -y
14
 
15
- RUN npm install ws
 
 
 
 
16
  # If you are building your code for production
17
  # RUN npm ci --omit=dev
18
 
 
12
 
13
  RUN npm init -y
14
 
15
+ RUN npm install colyseus
16
+
17
+ RUN npm install express
18
+
19
+ #RUN npm install ws
20
  # If you are building your code for production
21
  # RUN npm ci --omit=dev
22