The build/ directory doesn't exist in Docker context, so we need to build the React app inside the container. This approach: - Installs all deps, builds app, then removes dev deps - Works for remote deployments without requiring pre-built artifacts - Maintains lean final image size
623 B
623 B