Add Docker stuff

This commit is contained in:
Alexander Harding
2026-07-31 20:14:35 -04:00
parent a3ea76fdff
commit 9adaca1c7d
4 changed files with 116 additions and 2 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
devIndicators: false
devIndicators: false,
output: "standalone",
};
export default nextConfig;