update README

This commit is contained in:
2025-10-01 17:13:31 -05:00
parent 572d4a6cbb
commit 121d2adbca

16
README.md Normal file
View File

@@ -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
```