mirror of
https://github.com/freedbygrace/ActiveDirectoryManager.git
synced 2026-07-26 11:59:14 +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)
|