From bf4afa213bb21baff9077f14d6aae1de14020688 Mon Sep 17 00:00:00 2001 From: Leonard Excoffier <48970393+excoffierleonard@users.noreply.github.com> Date: Wed, 11 Sep 2024 23:57:33 -0400 Subject: [PATCH] feat: basic entrypoint.sh template --- entrypoint.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index e69de29..9745fcc 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +# Check if the required environment variable(s) is/are set +: ${ENV_1}:?"Environment variable ENV_1 is required." +