chore: add .dockerignore file and update Dockerfile for improved build process and environment management for self hosting

This commit is contained in:
swve 2025-08-06 15:33:57 +02:00
parent 05abc93017
commit 0db916c512
5 changed files with 1727 additions and 1475 deletions

View file

@ -30,7 +30,7 @@ export default function RootLayout({
initial="hidden" // Set the initial state to variants.hidden
animate="enter" // Animated state to variants.enter
exit="exit" // Exit state (used later) to variants.exit
transition={{ type: 'linear' }} // Set the transition to linear
transition={{ type: 'tween' }} // Set the transition to tween
>
{children}
</motion.main>