feat: basic entrypoint.sh template
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Check if the required environment variable(s) is/are set
|
||||
: ${ENV_1}:?"Environment variable ENV_1 is required."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user