Shuddho commited on
Commit
257e33d
1 Parent(s): 6ffe1f8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,7 +9,7 @@ COPY package.json .
9
  COPY package-lock.json .
10
 
11
  # Install dependencies
12
- RUN npm install --production
13
 
14
  # Copy the rest of the application code
15
  COPY . .
 
9
  COPY package-lock.json .
10
 
11
  # Install dependencies
12
+ RUN npm install
13
 
14
  # Copy the rest of the application code
15
  COPY . .