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