treebird-docker/run_container.sh
ICScaryThings 2c090f71df Reworked container build to allow setting instance url at runtime
I patched neko's code to use getenv() to grab instance url at startup and store
it as a global rather than static const.
2022-06-28 23:02:34 -04:00

5 lines
171 B
Bash
Executable file

#!/bin/sh
# runs the treebird image as a docker daemon
docker run --rm --name treebird -p 4008:4008 -e TREEBIRD_CFG_INSTANCE_URL="https://sleepy.cafe/" -d treebird:build