fzhygithub / tomcat_local_mvn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

git init
git add .
git commit -m "first commit"
git remote add origin https://github.com/fzhygithub/tomcat_local_mvn.git
git push -u origin master




docker build -t helloworld .  
docker run -d --name hellworld -p 8080:8080 helloworld

About


Languages

Language:Dockerfile 62.2%Language:Java 29.5%Language:HTML 8.3%