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 "$@"