Restructuring build flows to choose user as default but be overridable
This commit is contained in:
10
itdominator-gui-base-image/CONFIG.sh
Normal file
10
itdominator-gui-base-image/CONFIG.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
# set -o xtrace ## To debug scripts
|
||||
# set -o errexit ## To exit on error
|
||||
# set -o errunset ## To exit if a variable is referenced but not set
|
||||
|
||||
|
||||
_HOME="${HOME}"
|
||||
CONTAINER="itdominator-gui-base"
|
||||
CONTAINER_HOME="${_HOME}"
|
||||
Reference in New Issue
Block a user