diff --git a/README.md b/README.md index e69de29..aba9c29 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,19 @@ +# IP WebApp + +Una semplice webapp Flask che mostra: +- IP pubblico del visitatore +- Informazioni RIPE (ASN, holder, prefix) + +## Build + +``` +docker build -t ip-webapp . +``` + +## Run + +``` +docker run --rm -p 8080:8000 ip-webapp +``` + +Visita: http://localhost:8080