Flow reported that some icon name were incorrect. I investigated, and sure enough those icon names weren't working. Looks like they were deprecated or something. I replaced them with what I determined was the renamed icons, and in some cases applied small edits to styles to adjust for differences.
Details
Details
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Why bind mount a temp directory instead of using a data volume? It's just gonna create issues with permissions. Also ${TMPDIR} is not used to refer to a path in both the host and the container which is a bad idea.