From 127e77700a67a70ef46915c1217c038794119af9 Mon Sep 17 00:00:00 2001 From: ravdy <30906888+ravdy@users.noreply.github.com> Date: Sun, 10 Oct 2021 13:02:46 +0530 Subject: [PATCH] Update tomcat_install_on_centos --- tomcat_install_on_centos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tomcat_install_on_centos b/tomcat_install_on_centos index b1e2456..c0c6bb8 100644 --- a/tomcat_install_on_centos +++ b/tomcat_install_on_centos @@ -11,7 +11,7 @@ RUN mv apache-tomcat-8.5.40/* /opt/tomcat/. RUN yum -y install java WORKDIR /opt/tomcat/webapps -RUN https://github.com/AKSarav/SampleWebApp/raw/master/dist/SampleWebApp.war +RUN https://github.com/ravdy/SampleWebApp/blob/master/dist/SampleWebApp.war EXPOSE 8080