Skip to content

Commit 16c4d86

Browse files
authored
Merge pull request #169 from jumpstarter-dev/fix-home-perms-devspace
Use the same uid/gid combination as for /home/user
2 parents 6b12cf8 + dab1c4d commit 16c4d86

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.devfile/Containerfile.client

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,4 @@ USER 10001
2929
RUN --mount=from=builder,source=/src/dist,target=/dist python3.12 -m pip install /dist/*.whl
3030
RUN python3.12 -m pip install pytest
3131

32-
RUN mkdir -p /home/user/.config/jumpstarter/clients && chmod a+rwx -R /home/user/.config/jumpstarter/clients
33-
32+
RUN mkdir -p /home/user/.config/jumpstarter/clients && chgrp 0 -R /home/user/.config && chmod g+rwx -R /home/user/.config

0 commit comments

Comments
 (0)