refactor: streamline Dockerfile and docker-compose.yml for improved build process

This commit is contained in:
2026-04-27 22:41:57 -04:00
parent fbeca7cfee
commit 4fd6772f2e
3 changed files with 18 additions and 67 deletions
+2 -1
View File
@@ -6,7 +6,8 @@ import "./src/env.js";
/** @type {import("next").NextConfig} */
const config = {
serverExternalPackages: ['pg'],
output: "standalone",
serverExternalPackages: ["pg"],
};
export default config;