init with crummy buzzer & docker setup
so much boilerplate :O
This commit is contained in:
commit
f6bf544f54
23 changed files with 746 additions and 0 deletions
9
scripts/build
Executable file
9
scripts/build
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh -eu
|
||||
|
||||
dockerdir="$RUN_DIR"
|
||||
image=$(cat "$dockerdir"/.dockerimage)
|
||||
tag=latest
|
||||
|
||||
set -x
|
||||
|
||||
docker build "$@" --tag "$image":"$tag" "$dockerdir"
|
||||
Loading…
Add table
Add a link
Reference in a new issue