WIP: Add -f for dockerfile

This commit is contained in:
Kasper Juul Hermansen 2022-08-11 00:27:16 +02:00
parent a53b93c758
commit 4145445b42
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

@ -14,4 +14,4 @@ then
echo " cwd: $CWD"
fi
docker build -t "$tag" "$TMP/build_release.Dockerfile" .
docker build -t "$tag" -f "$TMP/build_release.Dockerfile" .