feat: add Dockerfile

This commit is contained in:
Kentai Radiquum 2025-05-30 13:35:46 +05:00
parent 767121c77b
commit ed20227b1a
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
9 changed files with 144 additions and 7 deletions

View file

@ -1,6 +1,7 @@
import "./globals.css";
import { App } from "./App";
import { ThemeModeScript } from "flowbite-react";
import { PublicEnvScript } from 'next-runtime-env';
export const metadata = {
metadataBase: new URL("https://anix.wah.su"),
@ -33,6 +34,7 @@ export default function RootLayout({ children }) {
return (
<html lang="en" suppressHydrationWarning>
<head>
<PublicEnvScript />
<ThemeModeScript />
</head>
<App>{children}</App>