init with crummy buzzer & docker setup

so much boilerplate :O
This commit is contained in:
ducklet 2021-01-29 01:20:17 +01:00
commit f6bf544f54
23 changed files with 746 additions and 0 deletions

9
scripts/build Executable file
View 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"