docker/build.sh

This commit is contained in:
Simon Sapin 2018-09-10 17:03:31 +02:00
parent a4fb0c3068
commit 69dbe1bce2
2 changed files with 7 additions and 2 deletions

5
docker/build.sh Normal file
View file

@ -0,0 +1,5 @@
#!/bin/sh
image="$1"
cd $(dirname $0)
docker build . -f "$image/Dockerfile" -t "$image"