Update README

This commit is contained in:
Catalin Constantin Mititiuc 2025-06-16 20:16:37 -07:00
parent 0005a9b3e6
commit b1847ee083

View File

@ -1 +1,4 @@
docker run --rm -it --init -w /opt -v $PWD:/opt -p 8080:8080 openresty/openresty:1.27.1.2-0-bookworm-buildpack bash
## run default openresty
1. Run `docker run --rm -it --init -w /opt -v $PWD:/opt -p 80:80 openresty/openresty:1.27.1.2-0-bookworm-buildpack`
2. Visit `localhost` in web browser.