LeeThanh commited on
Commit
25d702c
1 Parent(s): 82a127c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -4,4 +4,6 @@ COPY . /app
4
 
5
  WORKDIR /app
6
 
 
 
7
  CMD ["node", "index.js"]
 
4
 
5
  WORKDIR /app
6
 
7
+ RUN npm install
8
+
9
  CMD ["node", "index.js"]