Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 456 Bytes

File metadata and controls

28 lines (18 loc) · 456 Bytes

Dokploy Test App

A simple Next.js application to test Dokploy deployment.

Features

  • Next.js 14 with App Router
  • TypeScript
  • Standalone output for Docker
  • Health check endpoint at /api/health

Local Development

npm install
npm run dev

Deployment

This app is configured for automatic deployment via Dokploy.

Endpoints

  • / - Main landing page
  • /api/health - Health check endpoint

Foothill Technology Solutions