add prod info to README; remove unused import;

This commit is contained in:
haidertiz
2025-07-09 13:14:24 +02:00
parent 5c8c7ccf45
commit 7b042cbaed
2 changed files with 6 additions and 1 deletions

View File

@@ -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. 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 ## Learn More
To learn more about Next.js, take a look at the following resources: To learn more about Next.js, take a look at the following resources:

View File

@@ -1,5 +1,4 @@
import React from 'react'; import React from 'react';
import Header from '../../components/layout/Header';
export default function ImpressumPage() { export default function ImpressumPage() {
return ( return (