Skip to content

Commit

Permalink
Allow serving frontend code in Docker container
Browse files Browse the repository at this point in the history
Please see here for details facebook/create-react-app#8688
  • Loading branch information
mitcom authored Mar 21, 2020
1 parent f3af489 commit 253f1a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ services:
environment:
- REACT_APP_API_URL=http://${DOCKER_MACHINE_IP}:3100
- CHOKIDAR_USEPOLLING=true
- CI=true

0 comments on commit 253f1a1

Please sign in to comment.