diff --git a/123 b/123 new file mode 100644 index 0000000..9bc28b1 --- /dev/null +++ b/123 @@ -0,0 +1 @@ +ndsm dsmds mns kcjc cjd jk dnd dd nd nvqnv qdfjbvsjvbvbnv bsbvsnmv shjvbnv svhjbvv nb diff --git a/456 b/456 new file mode 100644 index 0000000..e69de29 diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..581c1d7 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,5 @@ +FROM tomcat:8-jre8 +RUN rm -rf /usr/local/tomcat/webapps/* +COPY target/*.war /usr/local/tomcat/webapps +EXPOSE 8080 +CMD ["catalina.sh","run"] diff --git a/README.md b/README.md index f138fcb..3575545 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,4 @@ MSQL DB Installation Steps for Linux ubuntu 14.04: Then look for the file : - /src/main/resources/accountsdb - accountsdb.sql file is a mysql dump file.we have to import this dump to mysql db server -- > mysql -u -p accounts < accountsdb.sql - - +- > mysql -u -p accounts < accountsdb.sql... diff --git a/hosts.txt b/hosts.txt new file mode 100644 index 0000000..080e076 --- /dev/null +++ b/hosts.txt @@ -0,0 +1,3 @@ +hi +mk +njken diff --git a/myhosts.txt b/myhosts.txt new file mode 100644 index 0000000..c5ee400 --- /dev/null +++ b/myhosts.txt @@ -0,0 +1 @@ +hi this is hosts file diff --git a/pom.xml b/pom.xml index 332e952..6a3b537 100644 --- a/pom.xml +++ b/pom.xml @@ -122,9 +122,9 @@ - org.eclipse.jetty - jetty-maven-plugin - 9.2.11.v20150529 + org.apache.maven.plugins + maven-surefire-plugin + 2.12 10