Spaces:
Running
Running
Update Dockerfile
Browse files- 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 . .
|