yashxx07 commited on
Commit
c9647f1
1 Parent(s): c270cf5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,4 +20,4 @@ COPY . .
20
  EXPOSE 7860
21
 
22
  # Command to run the application
23
- CMD ["node", "app.js"]
 
20
  EXPOSE 7860
21
 
22
  # Command to run the application
23
+ CMD ["node", "index.js"]