Fix docker build.sh

This commit is contained in:
Fabio Belavenuto 2022-07-04 10:27:12 -03:00
parent de4b0752c2
commit bf8d6c71b6

View File

@ -42,5 +42,5 @@ sed -i "s|@@@TOOLKIT_VER@@@|${TOOLKIT_VER}|g" Dockerfile
# Build # Build
echo "Building... Drink a coffee and wait!" echo "Building... Drink a coffee and wait!"
docker image rm syno-compiler >/dev/null 2>&1 docker image rm fbelavenuto/syno-compiler >/dev/null 2>&1
docker buildx build . --load --tag fbelavenuto/syno-compiler docker buildx build . --load --tag fbelavenuto/syno-compiler