Arifzyn commited on
Commit
aad44be
·
verified ·
1 Parent(s): 08f7964

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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