bigbossmonster commited on
Commit
1125a81
·
verified ·
1 Parent(s): be25ec7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -28,4 +28,4 @@ ENV PORT=7860
28
  EXPOSE 7860
29
 
30
  # Run with tsx to handle your imports/aliases
31
- CMD ["npx", "tsx", "--tsconfig", "jsconfig.json", "server.js"]
 
28
  EXPOSE 7860
29
 
30
  # Run with tsx to handle your imports/aliases
31
+ CMD ["npx", "tsx", "--tsconfig", "jsconfig.json", "backend/server.js"]