1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

tools: do not use develop tag by default

This commit is contained in:
Steffen Vogel 2019-10-29 17:59:31 +01:00
parent b68762adfd
commit 243a6c112c

View file

@ -28,7 +28,7 @@ SCRIPTPATH=$(dirname $SCRIPT)
SRCDIR=${SRCDIR:-$(realpath ${SCRIPTPATH}/..)}
BUILDDIR=${BUILDDIR:-${SRCDIR}/build}
TAG=${TAG:-develop}
TAG=${TAG:-latest}
IMAGE="villas/node-dev:${TAG}"
docker run \