NexusV1 commited on
Commit
f4f455a
·
verified ·
1 Parent(s): 0428357

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ RUN apt-get update && \
8
 
9
  RUN git clone https://github.com/reaperofssa/mNest.git /app
10
 
11
- RUN npm install node-cron telegraf multer express-validator express uuid bcrypt archiver multer form-data fs-extra axios
12
 
13
  RUN chmod -R 777 /app
14
 
 
8
 
9
  RUN git clone https://github.com/reaperofssa/mNest.git /app
10
 
11
+ RUN npm install mongodb node-cron telegraf multer express-validator express uuid bcrypt archiver multer form-data fs-extra axios
12
 
13
  RUN chmod -R 777 /app
14