We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 739e508 + 5b7fdcd commit 5903ef0Copy full SHA for 5903ef0
1 file changed
Dockerfile
@@ -81,6 +81,7 @@ RUN ln -s $DSPACE_INSTALL/webapps/server /usr/local/tomcat/webapps/server
81
WORKDIR /usr/local/tomcat/bin
82
RUN chmod u+x redebug.sh undebug.sh custom_run.sh
83
84
+# For security reason (requirement on some cloud platforms) we want run dspace as non-root user.
85
RUN chown -R ubuntu:ubuntu /dspace /usr/local/tomcat
86
87
USER ubuntu
0 commit comments