mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 21:38:58 +00:00
Merge pull request #36 from seloElo/patch-1
Fix turborepo cd start issue
This commit is contained in:
@@ -11,6 +11,6 @@
|
|||||||
Configuration to use the `--filter` option with Turbo for launching specific applications. Ensures that only the targeted application is started, enhancing resource efficiency and simplifying the startup process (every app can be created as a separate Coolify Application).
|
Configuration to use the `--filter` option with Turbo for launching specific applications. Ensures that only the targeted application is started, enhancing resource efficiency and simplifying the startup process (every app can be created as a separate Coolify Application).
|
||||||
- Set `Build Pack` to `nixpacks`.
|
- Set `Build Pack` to `nixpacks`.
|
||||||
- Set the build command to `npm run build --filter=web`,
|
- Set the build command to `npm run build --filter=web`,
|
||||||
- Set the start command to `npm run start --filter=web`.
|
- Set the start command to `cd apps/web && npm run start`.
|
||||||
- `npm` could be different depending on the package manager you are using (`Nixpacks` decides based on the lock file).
|
- `npm` could be different depending on the package manager you are using (`Nixpacks` decides based on the lock file).
|
||||||
- That's all.
|
- That's all.
|
||||||
|
|||||||
Reference in New Issue
Block a user