Update Dockerfile
Browse files- Dockerfile +0 -10
Dockerfile
CHANGED
@@ -9,16 +9,6 @@ WORKDIR /usr/src/app
|
|
9 |
COPY package*.json ./
|
10 |
|
11 |
RUN npm install
|
12 |
-
|
13 |
-
RUN npm init -y
|
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
|
22 |
# If you are building your code for production
|
23 |
# RUN npm ci --omit=dev
|
24 |
|
|
|
9 |
COPY package*.json ./
|
10 |
|
11 |
RUN npm install
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
# If you are building your code for production
|
13 |
# RUN npm ci --omit=dev
|
14 |
|