Skip to content

Commit c0ebb59

Browse files
Update Dockerfile
1 parent f5b1b69 commit c0ebb59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ubuntu:latest
22
WORKDIR /home/ubuntu/
33
RUN apt update && apt install git -y
4-
RUN git clone https://github.com/asifkhazi/tomcat-installation-ubuntu.git
4+
RUN git clone https://github.com/Nithishkumar0064/tomcat-installation-ubuntu.git
55
RUN apt install sudo apt-utils wget -y && bash tomcat-installation-ubuntu/install-tomcat-ubuntu.sh
66
COPY *.war /opt/tomcat/apache-tomcat-9.0.68/webapps/
77
RUN bash /opt/tomcat/apache-tomcat-9.0.68/bin/startup.sh

0 commit comments

Comments
 (0)