Skip to content

Kolaer/epam-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gift guessing game on Spring MVC.

To run the project run this command in your shell:

$ mvn clean package
$ mvn tomcat7:run 

Site will be available at localhost:8080.


To run in docker:

  1. Build a docker image:
$ docker build --tag <tag> .
  1. Run it:
$ docker run --rm -p 8080:8080 <tag>

--rm - remove container after stopping application
-p - port forwarding

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages