Synology NAS의 docker에서 서비스 할 수 있도록 환경 설정

This commit is contained in:
2026-05-25 22:37:18 +09:00
parent 6da37647ee
commit d100f75ab9
7 changed files with 232 additions and 1 deletions
+3 -1
View File
@@ -1,4 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
const nextConfig = {
output: "standalone",
};
export default nextConfig;