fix: fix pipeline docker build with new external lib
All checks were successful
pipeline / lint-and-format (push) Successful in 5m45s
pipeline / build-and-push-images (push) Successful in 2m21s

This commit is contained in:
2026-04-27 12:02:40 +02:00
parent 0b2d00ad0b
commit 4a80540243
4 changed files with 77 additions and 12 deletions

32
.dockerignore Normal file
View File

@@ -0,0 +1,32 @@
# Dependencies
**/node_modules
# Build outputs
**/dist
**/.output
**/.nuxt
# Database data
dev/data/db
# Git
**/.git
# IDE
**/.idea
**/.vscode
# Environment files
**/.env
**/.env.*
# Logs
**/*.log
**/logs
# Test coverage
**/coverage
# OS files
.DS_Store
Thumbs.db