optimise versionstring handling (#159)
- Reading the version string from the image updates it even if the image is re-pulled without re-deployment
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
set -e
|
||||
|
||||
user="$(id -u)"
|
||||
export VERSION=$(cat /proxy-version.txt)
|
||||
|
||||
echo "######################################################"
|
||||
echo "# prepare: '$SERVICE_NAME' Version:$VERSION"
|
||||
echo "# for running with UserID:$UID, GroupID:$GID"
|
||||
|
||||
Reference in New Issue
Block a user