chore: update dependencies and add postcss configuration

- Updated Next.js to version 16.2.4
- Updated Tailwind CSS and PostCSS to their latest versions
- Added autoprefixer to PostCSS configuration
- Created a .dockerignore file to exclude unnecessary files from Docker context
This commit is contained in:
Puechberty Arthur
2026-04-25 22:34:39 +02:00
parent 19d3aa6800
commit ab4b8b2924
7 changed files with 545 additions and 446 deletions
+6
View File
@@ -0,0 +1,6 @@
node_modules
.next
.git
.env*
Dockerfile*
docker-compose*