Install git repo with custom steps
If I want to install app that have next instruction steps:
1. Clone the repo
2. yarn install
3. yarn build:web
4. cd packages/web
5. yarn start
How to install this app on dokploy?
1. Clone the repo
2. yarn install
3. yarn build:web
4. cd packages/web
5. yarn start
How to install this app on dokploy?