heavylildude commited on
Commit
f75004b
·
verified ·
1 Parent(s): b52b065
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,4 +23,4 @@ RUN npm install
23
  EXPOSE 7860
24
 
25
  # Entry Point
26
- ENTRYPOINT ["nodejs", "./index.js"]
 
23
  EXPOSE 7860
24
 
25
  # Entry Point
26
+ ENTRYPOINT ["nodejs", "./app.js"]