Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -11,6 +11,7 @@ WORKDIR /app
|
|
11 |
COPY package*.json ./
|
12 |
|
13 |
# Install dependencies
|
|
|
14 |
RUN npm install
|
15 |
|
16 |
# Copy semua file ke container
|
|
|
11 |
COPY package*.json ./
|
12 |
|
13 |
# Install dependencies
|
14 |
+
RUN npm install -g npm@latest
|
15 |
RUN npm install
|
16 |
|
17 |
# Copy semua file ke container
|