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
1. Writing a docker file
2. Using nixpacks
But i dont own repo of app that i want to install?
You can ether upload the app (see the "drop" section) or use the git provider if it's hosted on github
Make a fork and at it
Ok. I already figured that. So there is not way to define custom build/start command.
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
Environment | Nixpacks
App source + Nix packages + Docker = Image