build: Fix issue with production build not working

This commit is contained in:
Aleksi Lassila
2024-06-17 00:50:19 +03:00
parent 0107b4f7c3
commit 663d842ae5
4 changed files with 4 additions and 3 deletions

View File

@@ -88,7 +88,7 @@ services:
`npm install --prefix backend`\
`npm run build`
4. Start the app:\
`node backend/dist/main`
`node backend/dist/src/main`
#### Reiverr will be accessible via port 9494 by default.