diff --git a/README.md b/README.md index fbce0c6..ac5e776 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,9 @@ optional. container. Unlike in "artifacts", the external data path can be either a file or a directory. However, the source and destination paths for the same external datum must be of the same type (file or directory) when instantiated. + - "src" shall be a *relative path* to the project diectory where `r10edocker` + is run + - "dest" shall be an *absolute path* in the final Docker container image - "include_ca_bundle" dictates a root CA bundle from the `cacert` package of nixpkgs will be installed in the container image. If the value of this field is set to `true` the root CA bundle will be included in the container, which diff --git a/pkg/r10e-docker/files/Makefile b/pkg/r10e-docker/files/Makefile index 2d1b7dd..9c00685 100644 --- a/pkg/r10e-docker/files/Makefile +++ b/pkg/r10e-docker/files/Makefile @@ -6,7 +6,7 @@ all: r10e-docker .PHONY: r10e-docker r10e-docker: - $(mkfile_dir)/build_container.sh 2>/dev/null + $(mkfile_dir)/build_container.sh .PHONY: clean clean: