From 7e89e35e482e0b70fe7b8066f90dcd106eedf8e6 Mon Sep 17 00:00:00 2001 From: 23ua Date: Wed, 21 Apr 2021 20:47:43 +1200 Subject: [PATCH] Fix typo in assets example --- examples/assets/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/assets/README.md b/examples/assets/README.md index 9f39a9e..558b1c9 100644 --- a/examples/assets/README.md +++ b/examples/assets/README.md @@ -3,5 +3,5 @@ The example demonstrates how to use reproxy.io for static content serving - [embed](embed) is a Dockerfile embedding assets into container and serving them with reproxy. - Build it with `docker build -t example .` and run with `docker -it --rm -p 80:80 example`. Hit `http://localhost/index.html` (or `http://localhost`) and `http://localhost/1.html`. Alternatively use `docker-compose build && docker-compose up` + Build it with `docker build -t example .` and run with `docker run -it --rm -p 80:80 example`. Hit `http://localhost/index.html` (or `http://localhost`) and `http://localhost/1.html`. Alternatively use `docker-compose build && docker-compose up` - [external](external) demonstrates how to serve assets from docker's volume (host's file system). The same as above, but you can also edit files inside `assets` and see the changed responses. \ No newline at end of file