Update create_hassio_cluster.sh
This commit is contained in:
parent
02fa3af579
commit
1b03f781c7
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ WORKSPACE=${BUILD_DIR:=$SCRIPTPATH}/hassio-cluster-$ARCH
|
|||
echo "[INFO] Setup docker for cluster"
|
||||
mkdir -p "$BUILD_DIR"
|
||||
|
||||
cp -r ../../cluter "$WORKSPACE"
|
||||
cp -r ../../cluster "$WORKSPACE"
|
||||
sed -i "s/%%BASE_IMAGE%%/${BASE_IMAGE}/g" "$WORKSPACE/Dockerfile"
|
||||
|
||||
echo "LABEL io.hass.version=\"$DOCKER_TAG\" io.hass.arch=\"$ARCH\" io.hass.type=\"cluster\"" >> "$WORKSPACE/Dockerfile"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue