Skip to content

Commit 466ecc0

Browse files
authored
Merge pull request #1218 from pvelasco/master
[FIX] Corrects Dockerfile WORKDIR.
2 parents 51145b5 + 2431ca6 commit 466ecc0

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
@@ -160,7 +160,7 @@ RUN echo "${VERSION}" > /root/src/fmriprep/fmriprep/VERSION && \
160160
rm -rf ~/.cache/pip
161161

162162
RUN ldconfig
163-
WORKDIR /scratch
163+
WORKDIR /tmp/
164164
ENTRYPOINT ["/usr/local/miniconda/bin/fmriprep"]
165165

166166
ARG BUILD_DATE

0 commit comments

Comments
 (0)