fix: Remove 'build' from .dockerignore

The Dockerfile needs access to build/ directory during the COPY step. The .dockerignore was excluding it, causing nginx to have no static files to serve, resulting in 404 errors on /.

The Dockerfile correctly builds the React app in the build stage, but the exclusion prevented it from being used.

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Alexis Bruneteau 2025-10-22 13:11:29 +02:00
parent 02c41b9f4e
commit 59e270e3ca

View File

@ -1,5 +1,4 @@
node_modules
build
.git
.gitignore
*.md