- Add .dockerignore to exclude .env.local from Docker builds - Replace http://localhost:9020/dutchie/ with /api/images/dutchie/ in: - StoreDetail.tsx - ProductDetail.tsx - StoreView.tsx This fixes production builds connecting to localhost for images. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
2 lines
35 B
Plaintext
2 lines
35 B
Plaintext
VITE_API_URL=http://localhost:3010
|