vikarshana commited on
Commit
2d89e43
·
verified ·
1 Parent(s): 6a36ed2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -30,7 +30,7 @@ RUN mkdir -p /app/lib/database && chown -R node:node /app/lib
30
 
31
  # Set permissions for the /app directory to allow writing
32
  RUN chmod -R 777 /app
33
-
34
  # Install dependencies
35
  RUN npm install node-cache
36
 
 
30
 
31
  # Set permissions for the /app directory to allow writing
32
  RUN chmod -R 777 /app
33
+ RUN npm install -g npm@latest
34
  # Install dependencies
35
  RUN npm install node-cache
36