fix: add old docker compose and revert entrypoint

This commit is contained in:
Henry
2025-06-17 10:57:54 +01:00
parent fc6bb22400
commit 2e11199764
3 changed files with 84 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ configureRuntimeEnv();
/** @type {import("next").NextConfig} */
const config = {
output: "standalone",
// output: "standalone",
reactStrictMode: true,
/** Enables hot reloading for local packages without a build step */