Skip to content

Commit eb2afa2

Browse files
committed
fix(docker): Allow access to /home/fmriprep to any user
1 parent 075e953 commit eb2afa2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ fmriprep.egg-info
1414
.eggs
1515

1616
.pixi
17+
.tox

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ FROM ${BASE_IMAGE} AS base
8080
RUN useradd -m -s /bin/bash -G users fmriprep
8181
WORKDIR /home/fmriprep
8282
ENV HOME="/home/fmriprep"
83+
RUN chmod -R go=u $HOME
8384

8485
COPY --link --from=templates /templateflow /home/fmriprep/.cache/templateflow
8586

0 commit comments

Comments
 (0)