diff --git a/README.md b/README.md index d99cc2d..a3b3049 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,16 @@ pgloader: +### Building Docker image from sources + +You can build a Docker image from source using SBCL by default: + + $ docker build . + +Or Clozure CL (CCL): + + $ docker build -f Dockerfile.ccl . + ## More options when building from source The `Makefile` target `pgloader` knows how to produce a Self Contained