braughtg / braughtg/VncNoVncContainerBase
Use --chmod flag for COPY
Open
Beginner friendly
enhancement
good first issue
- Dominant language
- Shell
- Stars
- 0
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
When copying some scripts into the container the `Dockerfile` currently used `COPY` and then a separate `RUN` to `chmod` the files to make them executable. It would be better to use the `--chmod` flag for `COPY`.
Contributor guide
No contributing guide indexed for this repository
Research direction
Inspect the Dockerfile and find the scripts copied with a separate RUN command that changes their permissions. Replace that permission step with COPY using the --chmod flag, then build the container to confirm the scripts remain executable and the image still builds successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, dockerfile
- Domain
- build-system, devops
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 65/100