DitzDev commited on
Commit
20b9f77
·
1 Parent(s): 8d4635c
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -55,4 +55,4 @@ RUN chmod -R 755 /app
55
  EXPOSE 3000
56
 
57
  # Start the application
58
- CMD ["node", "."]
 
55
  EXPOSE 3000
56
 
57
  # Start the application
58
+ CMD ["node", "index.js"]