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:
parent
02c41b9f4e
commit
59e270e3ca
@ -1,5 +1,4 @@
|
|||||||
node_modules
|
node_modules
|
||||||
build
|
|
||||||
.git
|
.git
|
||||||
.gitignore
|
.gitignore
|
||||||
*.md
|
*.md
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user