Spaces:
Running
Running
Update Dockerfile
Browse files- 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"]
|