codex-team / task-manager

3 stars 2 forks source link

Fix communication problems on locale with docker #83

Closed talyguryn closed 2 years ago

talyguryn commented 2 years ago

Add REACT_APP_HOST while running frontend.

For start (run in local docker) use http://localhost:3000 for a separate container with backend. For build (build for prod) use nothing because host will be the same.