imprint
This commit is contained in:
+4
-1
@@ -2,7 +2,10 @@ version: '3.8'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
chess-tutor:
|
chess-tutor:
|
||||||
image: ghcr.io/stefan-kp/chess-tutor:latest
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
image: chess-tutor:local
|
||||||
container_name: chess-tutor
|
container_name: chess-tutor
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
|
|||||||
@@ -21,9 +21,6 @@ export const metadata: Metadata = {
|
|||||||
description: "Learn chess with AI-powered tutoring from Gemini and Stockfish engine analysis",
|
description: "Learn chess with AI-powered tutoring from Gemini and Stockfish engine analysis",
|
||||||
};
|
};
|
||||||
|
|
||||||
// Force dynamic rendering to read environment variables at runtime
|
|
||||||
export const dynamic = 'force-dynamic';
|
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
}: Readonly<{
|
}: Readonly<{
|
||||||
|
|||||||
Reference in New Issue
Block a user