From 4894c7f85eb2f345b0d6153fbf41c4f7d701af5d Mon Sep 17 00:00:00 2001 From: Brice Jaglin Date: Wed, 3 Jun 2015 23:54:57 +0200 Subject: [PATCH] fix incorrect mounting point for lualib (and update host accordingly) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 533e9b7..c5bccb6 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ To avoid rebuilding your Docker image after each modification of Lua code or Ngi exec docker run --rm -it \ --name my-app-dev \ -v "$(pwd)/nginx/conf":/opt/openresty/nginx/conf \ - -v "$(pwd)/nginx/lualib":/opt/openresty/nginx/lualib \ + -v "$(pwd)/lualib":/opt/openresty/lualib \ -p 8080:8080 \ ficusio/openresty:latest "$@"