This application was created and is shared only to support Training 360 Kft Selenium workshops
This is a simple web application. Theoratically it can run in your browser without a web server, but it is more practical and safe to run a web server on your machine.
If the application runs properly you are greeted with a home page:
cd
into the directory there you checked out the code.
$ docker build -t t360/selenium-practice .
$ docker run -p '9999:80' t360/selenium-practice
cd
into the directory there you checked out the code.
$ docker-compose up