vumichien commited on
Commit
aae5d2b
·
1 Parent(s): f29574c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ WORKDIR /usr/src/app
7
  COPY package*.json ./
8
 
9
  # Install application dependencies
10
- RUN npm install
11
 
12
  # Copy the rest of the application to the working directory
13
  COPY . .
 
7
  COPY package*.json ./
8
 
9
  # Install application dependencies
10
+ RUN npm install && npm install -g nodemon
11
 
12
  # Copy the rest of the application to the working directory
13
  COPY . .