Update Dockerfile
Browse files- Dockerfile +5 -1
Dockerfile
CHANGED
@@ -12,7 +12,11 @@ RUN npm install
|
|
12 |
|
13 |
RUN npm init -y
|
14 |
|
15 |
-
RUN npm install
|
|
|
|
|
|
|
|
|
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 |
|