From 100a938250105d66bcd73f2485891268324b719f Mon Sep 17 00:00:00 2001 From: Brendon Wong Date: Thu, 6 Oct 2022 02:44:46 -0700 Subject: [PATCH] The parameter for copy-file-to-container! is container-path not host-path. (#64) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index feaccdb..e884ff0 100644 --- a/README.md +++ b/README.md @@ -346,7 +346,7 @@ Copies a file from your filesystem or classpath into the running container | `container-config`| Map, mandatory | Return value of the `create` function | | Second parameter: | | | | `:path` | String, mandatory | Path to a classpath resource *or* file on your filesystem | -| `:host-path` | String, mandatory | Path, to which the file should be copied | +| `:container-path` | String, mandatory | Path, to which the file should be copied | | `:type` | Keyword, mandatory | `:classpath-resource` or `:host-path` | #### Result: