You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2019/07/04 10:08:52 UTC

[sling-whiteboard] branch master updated: dockerignore

This is an automated email from the ASF dual-hosted git repository.

bdelacretaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git


The following commit(s) were added to refs/heads/master by this push:
     new e8c5ebb  dockerignore
e8c5ebb is described below

commit e8c5ebb61e3b7ea7be26d14b9825c23083e62850
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Thu Jul 4 12:08:40 2019 +0200

    dockerignore
---
 graalvm/.dockerignore | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/graalvm/.dockerignore b/graalvm/.dockerignore
new file mode 100644
index 0000000..b86c7ac
--- /dev/null
+++ b/graalvm/.dockerignore
@@ -0,0 +1,4 @@
+*
+!target/*-runner
+!target/*-runner.jar
+!target/lib/*
\ No newline at end of file