From 7b042cbaedf46b13f5d6fba4b28801b918e2b270 Mon Sep 17 00:00:00 2001 From: haidertiz Date: Wed, 9 Jul 2025 13:14:24 +0200 Subject: [PATCH] add prod info to README; remove unused import; --- README.md | 6 ++++++ src/app/impressum/page.tsx | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e215bc4..70c01da 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,12 @@ You can start editing the page by modifying `app/page.tsx`. The page auto-update This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel. +## Production Build + +```docker compose build --no-cache``` + +```docker compose up -d --force-recreate``` + ## Learn More To learn more about Next.js, take a look at the following resources: diff --git a/src/app/impressum/page.tsx b/src/app/impressum/page.tsx index c830dcb..8ffbd7a 100644 --- a/src/app/impressum/page.tsx +++ b/src/app/impressum/page.tsx @@ -1,5 +1,4 @@ import React from 'react'; -import Header from '../../components/layout/Header'; export default function ImpressumPage() { return (