deepak191z commited on
Commit
017f5c7
·
verified ·
1 Parent(s): 3a436a3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ RUN git clone https://github.com/viratxd/prompt-glow-lab-00.git /usr/src/app
13
  WORKDIR /usr/src/app
14
 
15
  # Install dependencies
16
-
17
  RUN npm install
18
 
19
 
 
13
  WORKDIR /usr/src/app
14
 
15
  # Install dependencies
16
+ RUN npm install -g npm@11.4.1
17
  RUN npm install
18
 
19