N
Nuxt5mo ago
lasroun

Deploy Nuxt 3 in dokku

I would like to deploy Nuxt 3 on Dokku but I am encountering several errors. First, the buildpack notifies that it does not know what to use to launch my deployment despite the presence of a package.json at the root of my project. Also, even after creating a "start": "node .output/server/index.mjs", Has anyone tried this with Nuxt 3?
2 Replies
Muhammad Mahmoud
I haven't used dokku but maybe this video helps https://www.youtube.com/watch?v=AXW-YW1fSlI
Jahid Anowar
YouTube
Deploying Nuxt 3 App to Digital Ocean Droplet with Dokku
In this video, we'll walk you through the process of deploying a Nuxt 3 app to a Digital Ocean Droplet using Dokku, a simple and powerful open-source platform for deploying and managing applications. JOIN EXCLUSIVE DISCORD: https://jahid.dev/d Get 200$ Credit in Digital Ocean: https://m.do.co/c/82e70b3f86db Project Repository: https://github.co...
xergic
xergic5mo ago
What buildpack do you use? Maybe you're missing Procfile (file in your root, Heroku uses this) with content like:
web: node .output/server/index.mjs
web: node .output/server/index.mjs
Want results from more Discord servers?
Add your server