We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1a6c58 commit e6a59e6Copy full SHA for e6a59e6
Dockerfile
@@ -19,7 +19,7 @@ COPY scripts/ "${SCRIPT_DIR}"/
19
COPY py-utils/ "${BIN_DIR}"/
20
21
# Set up user and work directories
22
-RUN chown --recursive "${userid}":"${groupid}" "${ROOT_DIR}" && chmod --recursive ug+srw "${ROOT_DIR}"
+RUN chown --recursive "${userid}":"${groupid}" "${ROOT_DIR}" && chmod --recursive u+srw "${ROOT_DIR}"
23
24
# Switch to user for execution
25
USER "${USER}"
0 commit comments