Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 247 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 247 Bytes

Hello Kata!

To build the container run docker build -t local/kata-hello .

To launch the container run docker run -p 80:80 local/kata-hello , Open your browser to http://127.0.0.1

To stop the container press CTRL + C

Have a nice day!