From 5e0d02112541c06c1ac6bdee11eeee8b1ab8bb99 Mon Sep 17 00:00:00 2001 From: brendonjwong Date: Sun, 2 Oct 2022 23:54:57 -0700 Subject: [PATCH] The parameter for copy-file-to-container! is container-path not host-path. --- 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: