mirror of
https://github.com/hcengineering/huly-selfhost.git
synced 2026-09-11 04:07:50 +02:00
5 lines
126 B
Bash
Executable File
5 lines
126 B
Bash
Executable File
#!/bin/sh
|
|
export HULY_VERSION="$1"
|
|
echo "Setting Huly Version: $HULY_VERSION"
|
|
envsubst < template.compose.yaml > compose.yaml
|