Reaperxxxx commited on
Commit
959e0c5
·
verified ·
1 Parent(s): f4449cf

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ RUN chmod +x /start.sh
8
  RUN mkdir -p /app && chmod -R 777 /app
9
 
10
  WORKDIR /app
11
-
12
  EXPOSE 7860
13
 
14
  CMD ["/start.sh"]
 
8
  RUN mkdir -p /app && chmod -R 777 /app
9
 
10
  WORKDIR /app
11
+ RUN npm install cors express mongoose bcrypt axios socket.io body-parser form-data
12
  EXPOSE 7860
13
 
14
  CMD ["/start.sh"]