Skip to content
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

Docker build can leave a ./? directory behind #28

Closed
jsseidel opened this issue Aug 14, 2019 · 1 comment
Closed

Docker build can leave a ./? directory behind #28

jsseidel opened this issue Aug 14, 2019 · 1 comment

Comments

@jsseidel
Copy link
Collaborator

After a docker build, if java is invoked via groovy (maybe) or plantuml (for sure), java tries to create a fonts "fcinfo" directory in ~/, but because it cannot determine the home directory, it instead creates a ./? directory inside the project directory.
Need to add removal of this into the clean function.

jsseidel pushed a commit that referenced this issue Aug 14, 2019
@jsseidel
Copy link
Collaborator Author

Fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant