Skip to content

Commit

Permalink
compose fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bindeali committed Jul 30, 2023
1 parent 8e84e83 commit 288538a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ services:
context: .
dockerfile: Dockerfile
args:
PUBLIC_PATH: /
- PUBLIC_PATH=/
- REACT_APP_CONTEXT=$REACT_APP_CONTEXT
- REACT_APP_ID=$REACT_APP_ID
- REACT_APP_URL=$REACT_APP_URL
- REACT_APP_COMPONENTS=$REACT_APP_COMPONENTS
- REACT_APP_DEBUG=$REACT_APP_DEBUG
- REACT_APP_AUTHENTICATION=$REACT_APP_AUTHENTICATION
- REACT_APP_STANDALONE=$REACT_APP_STANDALONE
ports:
- 80:80

0 comments on commit 288538a

Please sign in to comment.