Lộc commited on
Commit
df7e7bb
1 Parent(s): 3999531

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,7 +10,7 @@ RUN --mount=type=secret,id=CLONE,mode=0444,required=true \
10
  RUN chown -R node:node ./* && \
11
  chmod u+x ./* && \
12
  chmod -R 777 /app
13
-
14
 
15
  # Start the application
16
  CMD ["node", "server.js", "--disableCsrf"]
 
10
  RUN chown -R node:node ./* && \
11
  chmod u+x ./* && \
12
  chmod -R 777 /app
13
+ RUN npm install
14
 
15
  # Start the application
16
  CMD ["node", "server.js", "--disableCsrf"]