Add build scripts and dockerfile
This commit is contained in:
7
build/docker-ownarch.sh
Executable file
7
build/docker-ownarch.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
TAG="ruakij/routingtabletowg"
|
||||
EXTRA_ARGS="$@"
|
||||
|
||||
docker build \
|
||||
--tag $TAG \
|
||||
$EXTRA_ARGS \
|
||||
.
|
||||
Reference in New Issue
Block a user