diff --git a/README.md b/README.md index 44153c54bd5ec634da501efa1455c5978429dee2..74755b67e6d409e56cbf6d6782bb069e16b470c1 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,7 @@ docker build core/ --cache-from registry.gitlab.eox.at/esa/prism/vs/pvs_core -t docker build cache/ --cache-from registry.gitlab.eox.at/esa/prism/vs/pvs_cache -t registry.gitlab.eox.at/esa/prism/vs/pvs_cache docker build preprocessor/ --cache-from registry.gitlab.eox.at/esa/prism/vs/pvs_preprocessor -t registry.gitlab.eox.at/esa/prism/vs/pvs_preprocessor docker build client/ --cache-from registry.gitlab.eox.at/esa/prism/vs/pvs_client -t registry.gitlab.eox.at/esa/prism/vs/pvs_client +docker build ingestor/ --cache-from registry.gitlab.eox.at/esa/prism/vs/pvs_ingestor -t registry.gitlab.eox.at/esa/prism/vs/pvs_ingestor ``` Or pull them from the registry: ```