diff --git a/Test-file b/Test-file new file mode 100644 index 0000000..be31178 --- /dev/null +++ b/Test-file @@ -0,0 +1,3 @@ +This is the test file. +Hi +hi diff --git a/dockerfile b/dockerfile index 0c0ccf4..eeb1393 100644 --- a/dockerfile +++ b/dockerfile @@ -1,4 +1,4 @@ FROM tomcat:9 -ADD addressbook.war /usr/local/tomcat/webapps +ADD target/addressbook.war /usr/local/tomcat/webapps CMD ["catalina.sh", "run"] EXPOSE 8080 diff --git a/sampletext.txt b/sampletext.txt new file mode 100644 index 0000000..422c1f8 --- /dev/null +++ b/sampletext.txt @@ -0,0 +1 @@ +This is my sample file commit.