Skip to content

Commit a262110

Browse files
committed
Corrects Dockerfile WORKDIR.
It sets the last WORKDIR in the docker image to /tmp, instead of /root/src/fmriprep, so now you can run the docker container as a user different from root.
1 parent 85c06a3 commit a262110

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
@@ -161,7 +161,7 @@ RUN echo "${VERSION}" > /root/src/fmriprep/fmriprep/VERSION && \
161161

162162
RUN ldconfig
163163

164-
WORKDIR /root/src/fmriprep
164+
WORKDIR /tmp/
165165

166166
ENTRYPOINT ["/usr/local/miniconda/bin/fmriprep"]
167167

0 commit comments

Comments
 (0)