The point of this is to separate dockerfiles and build them on top of each other wherever possible. Then we can build them interdependently with makefiles!
9 lines
106 B
Bash
9 lines
106 B
Bash
#!/bin/bash
|
|
|
|
chown buildbot:buildbot /builder
|
|
|
|
cd /builder
|
|
|
|
/usr/sbin/gosu buildbot /usr/bin/screen "$@"
|
|
|