This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/wicket-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new a63f057a Fix instructions on how to test with docker
     new 28705881 Merge pull request #18 from raboof/update-readme
a63f057a is described below

commit a63f057a99d67871be3f76999010f1c3aae9bb7d
Author: Arnout Engelen <[email protected]>
AuthorDate: Wed Nov 15 09:55:08 2023 +0100

    Fix instructions on how to test with docker
---
 readme.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/readme.md b/readme.md
index 34b240f4..b58164b7 100644
--- a/readme.md
+++ b/readme.md
@@ -30,7 +30,7 @@ apt-get install -y npm
 gem install bundler
 bundle install
 # Serve using local container address
-jekyll serve
+jekyll serve -H 0.0.0.0
 ```
 
-Then open http://locahost:4000 locally
+Then open http://localhost:4000 locally

Reply via email to