how to deploy Dokploy from the source code?
when i deploy from source code, it cannot run
8 Replies
can you provide more informations please?
screenshots of error, your servicesettings (from dokploy) and so on 🙂
is there any script or detail step to deploy from source?
Just wondering why you wanna deploy from source.
You can build the image with the dockerfiles and than host those
https://github.com/Dokploy/dokploy/blob/canary/.github/workflows/deploy.yml
https://github.com/Dokploy/dokploy/blob/canary/Dockerfile.server
GitHub
dokploy/.github/workflows/deploy.yml at canary · Dokploy/dokploy
Open Source Alternative to Vercel, Netlify and Heroku. - Dokploy/dokploy
GitHub
dokploy/Dockerfile.server at canary · Dokploy/dokploy
Open Source Alternative to Vercel, Netlify and Heroku. - Dokploy/dokploy
thanks, but how to build the frontend image and run all of the thing?
i try to use 'pnpm --filter dokploy start ' to run the frontend, but i found it is very slow
sorry but i don't get why you want to build it yourself
@jack w create a dockerfile and execute this in dokploy, easy way
because i run the frontend project by the command
'pnpm --filter dokploy start ' ,
the web page is very slow