D
Dokploy4mo ago
Bootta

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?
7 Replies
Vlad
Vlad4mo ago
1. Writing a docker file 2. Using nixpacks
Bootta
BoottaOP4mo ago
But i dont own repo of app that i want to install?
Vlad
Vlad4mo ago
You can ether upload the app (see the "drop" section) or use the git provider if it's hosted on github
DJKnaeckebrot
DJKnaeckebrot4mo ago
Make a fork and at it
Bootta
BoottaOP4mo ago
Ok. I already figured that. So there is not way to define custom build/start command.
DJKnaeckebrot
DJKnaeckebrot4mo ago
I think there was a feature in the making to get access to the nixpack build command, but pretty sure you can define it via env vars

Did you find this page helpful?