Update Dockerfile
Browse files- 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 |
|