Docker stuff

This commit is contained in:
ASOwnerYT
2025-04-17 14:05:54 +12:00
parent 591ef8e808
commit cf052e490c
2 changed files with 10 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
Dockerfile
.dockerignore
node_modules
npm-debug.log
README.md
.next
.git
+3 -1
View File
@@ -1,4 +1,6 @@
/** @type {import('next').NextConfig} */ /** @type {import('next').NextConfig} */
const nextConfig = {}; const nextConfig = {
output: "standalone",
};
export default nextConfig; export default nextConfig;