Skip to content
Snippets Groups Projects
Commit 016f4982 authored by Alexander König's avatar Alexander König
Browse files

- added new entrypoint to DSpace Dockerfile

- added step to adapt TOS
parent ebd67c0f
No related branches found
No related tags found
No related merge requests found
......@@ -62,6 +62,9 @@ COPY commul-customization/stop_stack.sh /opt/repository/workspace/scripts/
COPY commul-customization/local.properties /opt/repository/workspace/sources/
RUN chmod u+x /opt/repository/workspace/scripts/*_stack.sh
# adapt TOS
RUN perl /opt/repository/sources/dspace/utilities/adapt_tos.pl
# install libs
WORKDIR /opt/repository/workspace/scripts
RUN make install_libs
......@@ -71,5 +74,7 @@ RUN make new_deploy
# copy over config files
COPY commul-customization/aai_config.js /opt/lindat-dspace/installation/webapps/xmlui/themes/UFAL/lib/js/
CMD tail -f /opt/repository/sources/dspace/dspace-api/src/test/data/dspaceFolder/log/dspace.log
#CMD tail -f /opt/repository/sources/dspace/dspace-api/src/test/data/dspaceFolder/log/dspace.log
# CMD /etc/init.d/tomcat8 start
CMD ["/opt/tomcat8/bin/catalina.sh", "run"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment