feat: Containerize the application with Docker and Docker Compose, including a PostgreSQL database and a deployment script.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
output: 'standalone',
|
||||
turbopack: {
|
||||
root: __dirname,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user