mirror of
https://git.freecumextremist.com/icscarythings/treebird-docker.git
synced 2024-11-04 21:24:12 +00:00
ICScaryThings
2c090f71df
I patched neko's code to use getenv() to grab instance url at startup and store it as a global rather than static const.
7 lines
158 B
Bash
Executable file
7 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 .
|