tutoihoc commited on
Commit
4fac077
1 Parent(s): a6fd070

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,4 +14,4 @@ RUN chown -R node:node ./* && \
14
  RUN npm install
15
 
16
  # Start the application
17
- CMD ["node", "server.js"]
 
14
  RUN npm install
15
 
16
  # Start the application
17
+ CMD ["node", "server.js", "--disableCsrf"]