Deploying AppsFrameworks

Frameworks

DockHosting can deploy common web stacks automatically.

Supported app types

TypeNotes
Node.jsAPI servers, Express, Fastify, NestJS
React / Next.jsFrontends and full-stack Next.js apps
Vue / NuxtVue apps and Nuxt projects
StaticPlain HTML/CSS/JS and built SPAs
PythonFlask and simple Python web apps
GoCompiled Go web services
PHPPlain PHP apps
LaravelLaravel apps with artisan
RubyRuby/Sinatra-style apps
Spring BootJava apps with pom.xml
DockerfileFull control when auto-detect is not enough

Detection hints

FileMeaning
package.jsonJavaScript app
next.config.*Next.js
nuxt.config.*Nuxt
requirements.txtPython
go.modGo
composer.jsonPHP
artisanLaravel
GemfileRuby
pom.xmlSpring Boot
DockerfileCustom container build

Override detection

Use the dashboard project settings or the CLI:

dock deploy --type node