Lộc commited on
Commit
9413c99
·
verified ·
1 Parent(s): 01e81b2

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 --no-audit --fund false
15
 
16
  # Start the application
17
- CMD ["node", "main.js"]
 
14
  RUN npm install --no-audit --fund false
15
 
16
  # Start the application
17
+ CMD ["node", "server.js"]