Fix .dockerignore to include dist/ for Docker build
Some checks failed
Auto Build and Push Docker Image / build (push) Failing after 4s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-23 20:16:53 +01:00
parent 470a1dc6a8
commit 8535dc14ca

View File

@@ -1,7 +1,7 @@
node_modules/ node_modules/
dist/
data/ data/
.env .env
*.log *.log
*.md *.md
.git/ .git/
src/