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

docker: adds command log-catalina

parent f5912f91
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,7 @@ COPY deps/server.xml deps/server-connector.xml /etc/tomcat9/
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 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