Anuj-Panthri commited on
Commit
f10b230
·
1 Parent(s): 1a12f78

dependency

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -23,5 +23,6 @@ RUN chmod 777 /app;
23
 
24
  EXPOSE 8080
25
 
 
26
 
27
  CMD node index.js
 
23
 
24
  EXPOSE 8080
25
 
26
+ RUN npm install
27
 
28
  CMD node index.js