feat: basic entrypoint.sh template

This commit is contained in:
Leonard Excoffier
2024-09-11 23:57:33 -04:00
parent c56c0104fc
commit bf4afa213b

View File

@@ -0,0 +1,5 @@
#!/bin/bash
# Check if the required environment variable(s) is/are set
: ${ENV_1}:?"Environment variable ENV_1 is required."