-
Notifications
You must be signed in to change notification settings - Fork 112
Add configurable PUBLIC_URL for docker images #827
New issue
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
base: master
Are you sure you want to change the base?
Add configurable PUBLIC_URL for docker images #827
Conversation
|
@Nani0002 For some reason, all modified files in this PR show a complete change for them, not only for the affected lines. This makes hard to find the real changes for review; and will also mess up the history. I guess you have changed the line endings and that is the reason we see that the entire files were changed. Please fix it. You shall commit all files with Linux file endings. (That's the default behaviour for Git even on Windows, unless configured otherwise.) https://docs.github.com/en/get-started/git-basics/configuring-git-to-handle-line-endings |
For this reason, generating the TypeScript client from the Thrift specification fails as well: CI log: |
No description provided.