mirror of
https://github.com/freedbygrace/ActiveDirectoryManager.git
synced 2026-08-04 08:17:41 +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)
|