feat: Containerize the application with Docker and Docker Compose, including a PostgreSQL database and a deployment script.

This commit is contained in:
Moh Dzulfikri Maulana
2026-03-09 00:13:31 +07:00
parent bdd61d11d3
commit c7b022d502
6 changed files with 139 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: 'standalone',
turbopack: {
root: __dirname,
},