diff --git a/README.md b/README.md new file mode 100644 index 0000000..8345d33 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +Simple README + +Just use Docker to build and to run for ease: +Build: +``` +docker build -t mesite . +``` +Run: +``` +docker run -p 8084:80 mesite +``` + +Can access in browser now at: +``` +localhost:8084 +``` \ No newline at end of file