Skip to content

Commit

Permalink
adjust user permission
Browse files Browse the repository at this point in the history
  • Loading branch information
Barisevrenugur committed Jun 17, 2024
1 parent 0e1022c commit cb48b8a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ RUN wget --no-check-certificate --progress=bar:force -P /opt https://github.com/
&& unzip -q /opt/standalone-hMRItoolboxv0.6.1.zip -d /opt \
&& rm -f /opt/standalone-hMRItoolboxv0.6.1.zip \
&& /opt/standalone-hMRItoolboxv0.6.1/spm${SPM_VERSION} function exit \
&& chmod +x /opt/standalone-hMRItoolboxv0.6.1/spm${SPM_VERSION} \
&& chmod a+r /opt/standalone-hMRItoolboxv0.6.1 -R
&& chmod a+rx /opt/standalone-hMRItoolboxv0.6.1 -R


# Configure entry point
Expand Down

0 comments on commit cb48b8a

Please sign in to comment.