RohanVashisht commited on
Commit
cc0a646
·
verified ·
1 Parent(s): 962409a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,4 +14,4 @@ RUN bun install
14
  EXPOSE 3000
15
 
16
  # Start the server
17
- CMD ["bun", "server.js"]
 
14
  EXPOSE 3000
15
 
16
  # Start the server
17
+ CMD ["bun", "./src/index.ts"]