treebird-docker/build_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

8 lines
158 B
Bash
Executable file

#!/bin/sh
# builds the 'build' image for compiling and testing
git submodule init
git submodule update
docker build -t treebird:build -f Dockerfile.build .