Skip to content

Commit e6a59e6

Browse files
committed
chore: tighten permissions
1 parent d1a6c58 commit e6a59e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ COPY scripts/ "${SCRIPT_DIR}"/
1919
COPY py-utils/ "${BIN_DIR}"/
2020

2121
# Set up user and work directories
22-
RUN chown --recursive "${userid}":"${groupid}" "${ROOT_DIR}" && chmod --recursive ug+srw "${ROOT_DIR}"
22+
RUN chown --recursive "${userid}":"${groupid}" "${ROOT_DIR}" && chmod --recursive u+srw "${ROOT_DIR}"
2323

2424
# Switch to user for execution
2525
USER "${USER}"

0 commit comments

Comments
 (0)