api-ix commited on
Commit
a29c835
·
verified ·
1 Parent(s): 9298ef5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -49,7 +49,7 @@ cd /tmp/app
49
 
50
  # (Optional) if your repo has devDependencies you need at runtime,
51
  # drop the --omit=dev flag.
52
- npm install --omit=dev
53
 
54
  # Ensure the app can write wherever it needs
55
  chmod -R 777 /tmp/app
 
49
 
50
  # (Optional) if your repo has devDependencies you need at runtime,
51
  # drop the --omit=dev flag.
52
+ npm install fs-extra express cors crypto bcrypt axios jsonwebtoken express-rate-limit node-cron mongodb --omit=dev
53
 
54
  # Ensure the app can write wherever it needs
55
  chmod -R 777 /tmp/app