feat: add admin-web Docker build & push workflow with semantic-release

This commit is contained in:
Millian Lamiaux
2026-07-12 18:43:14 +02:00
committed by millianlmx
parent baddfd7510
commit 0166398ae1
11 changed files with 7960 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
output: "standalone",
};
export default nextConfig;