Files

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)