Skip to content
Snippets Groups Projects
Commit dfdf3f42 authored by Robert Butora's avatar Robert Butora
Browse files

docker: adds log-catalina util-cmd to vlkb-search

parent d358e4c5
No related branches found
No related tags found
No related merge requests found
...@@ -35,6 +35,8 @@ COPY ssl/server.xml ssl/server-connector-8080.xml ssl/server-connector-8443.xml ...@@ -35,6 +35,8 @@ COPY ssl/server.xml ssl/server-connector-8080.xml ssl/server-connector-8443.xml
COPY entrypoint.sh /root COPY entrypoint.sh /root
RUN echo "alias log-catalina='ls -t /var/log/tomcat9/catalina*.log | head -n 1 | xargs tail -200 '" >> /root/.bashrc
# run # run
RUN pwd && chmod +x /root/entrypoint.sh RUN pwd && chmod +x /root/entrypoint.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment