Skip to content

ohnadir/coolify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Coolify Hello World A minimal Node.js + Express + TypeScript app for testing a fresh Coolify deployment on a VPS. ## Local run ```bash npm install npm run dev ``` ## Production run ```bash npm install npm run build npm run start ``` ## Docker build ```bash docker build -t coolify-hello-world . docker run -p 3000:3000 coolify-hello-world ``` ## Routes - `/` => simple HTML page - `/health` => JSON health check # coolify

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors