This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git
commit 35bf289413c0259ea453f38b425aa63bfe2aaf36 Author: Robert Munteanu <[email protected]> AuthorDate: Fri Feb 4 18:04:50 2022 +0100 SLING-9638 - Update Starter Docker image to be based on the feature model Add a basic .dockerignore file. This speeds up the docker image build by not sending unneeded files to the Docker daemon. --- .dockerignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..0e1bac0 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,2 @@ +target/*.far +target/docker
