Kano001 commited on
Commit
8108cdd
1 Parent(s): 94a31d2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ WORKDIR /usr/src/app
5
 
6
  # Copy package files and install dependencies
7
  #COPY package*.json ./
8
- RUN npm install
9
 
10
  # Install necessary packages
11
  RUN npm install --save express ws
 
5
 
6
  # Copy package files and install dependencies
7
  #COPY package*.json ./
8
+ #RUN npm install
9
 
10
  # Install necessary packages
11
  RUN npm install --save express ws