hpc-container-maker
hpc-container-maker copied to clipboard
Add support for Docker COPY --chmod
Pull Request Description
Add support for Docker COPY --chmod, e.g., COPY --chmod=0755 foo bar
.
Implements #449
Author Checklist
- [x] Updated documentation (
pydocmd generate
) if any docstrings have been modified - [x] Passes all unit tests
@jmuppave does this look good to you?