From 7daf14473c44efdfc2d7d9f70ed1613888043082 Mon Sep 17 00:00:00 2001 From: Andre Date: Mon, 25 Mar 2024 11:52:45 +0100 Subject: [PATCH] =?UTF-8?q?entrypoint.sh=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entrypoint.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 entrypoint.sh diff --git a/entrypoint.sh b/entrypoint.sh new file mode 100644 index 0000000..724068d --- /dev/null +++ b/entrypoint.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +echo $SSH_KEY_PATH \ No newline at end of file