Skip to content

Commit

Permalink
Fixed chmod of temp folder that caused DICOM session building to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Rick Herrick committed Apr 15, 2020
1 parent ddc0163 commit 2d2a350
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions xnat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,8 @@ RUN apk add --no-cache \
rm /usr/local/bin/make-xnat-config.sh && \
addgroup -g ${XNAT_GID} xnat && adduser -h ${CATALINA_HOME} -u ${XNAT_UID} -G xnat -s /bin/bash -D -g "XNAT User" xnat && \
chown -R xnat:xnat ${CATALINA_HOME} ${XNAT_ROOT} && \
chmod 400 ${CATALINA_HOME}/conf/* && \
chmod -R 300 ${CATALINA_HOME}/logs && \
chmod -R 600 ${CATALINA_HOME}/temp

find ${CATALINA_HOME} -mindepth 1 -type d | xargs chmod 755 && \
chmod 400 ${CATALINA_HOME}/conf/*

EXPOSE 8000
EXPOSE 8080
Expand Down

0 comments on commit 2d2a350

Please sign in to comment.