uci-docker-build/src/init/env/build.env

5 lines
144 B
Bash

# anything in here will be sourced during build
# allows easy custom environment variables
source /opt/env/run.env
# export SOMEVAR="something"