mirror of
https://github.com/freedbygrace/ActiveDirectoryManager.git
synced 2026-08-18 22:37:16 +00:00
4 lines
158 B
Bash
4 lines
158 B
Bash
# This file is used to set the VERSION environment variable for docker-compose
|
|
# It reads the version from the version.txt file
|
|
VERSION=$(cat ../version.txt)
|