40304082bd34255bf244ea9cba78001dfdc5e20e
The Dockerfile contains `echo $VERSION > /version.txt`, where `echo` implicitly causes a newline at the end of the file. To avoid that, one could use `echo -n`, but then the file isn't nicely readable when doing a `cat` or something simular. This fix `rtrims` (i.e. "Strip whitespace (or other characters) from the end of a string") the contents of the version file. Fixes kanboard/kanboard#4708
Kanboard
Kanboard is project management software that focuses on the Kanban methodology.
- Official website: https://kanboard.org/
- List of features
- Change Log
- Forum
- Official documentation: https://docs.kanboard.org/
Credits
- Main developer: Frédéric Guillot
- Contributors
- Distributed under MIT License
Description
Languages
PHP
97.6%
JavaScript
1.5%
CSS
0.8%