chown workdir recurcively

This commit is contained in:
oxapentane - 2023-06-12 23:40:57 +02:00
parent 4e99573af4
commit c690487941
Signed by: oxapentane
GPG Key ID: 91FA5E5BF9AA901C
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ pkgs.dockerTools.buildImage {
# create jupyter group
groupadd ${jupyterAdminGroup}
chown root:${jupyterAdminGroup} /workdir
chmod g+rwx /workdir
chmod -R g+rwx /workdir
# create all the users
${create-all-users-script}