mirror of
https://github.com/fbelavenuto/arpl.git
synced 2026-01-04 15:42:07 +08:00
Fix docker build.sh
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user