We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The client env.js has REACT_APP_URL_BASENAME which allows to host react app at subpaths. Examples are:
localhost/bar foo.com/dts
This flexibility needs to be brought into the docker compose files.
The text was updated successfully, but these errors were encountered:
This was not a problem before with file-based traefik config and it might not be a problem in docker compose as well. Just need to check.
Sorry, something went wrong.
duplicate of #750
No branches or pull requests
The client env.js has REACT_APP_URL_BASENAME which allows to host react app at subpaths. Examples are:
This flexibility needs to be brought into the docker compose files.
The text was updated successfully, but these errors were encountered: