add build cache to dev_deploy.sh

This commit is contained in:
Siyuan Miao 2025-09-25 19:33:45 +00:00 committed by Siyuan
parent f1ebd840e7
commit e53f7bdb70
2 changed files with 1 additions and 0 deletions

View File

@ -156,6 +156,7 @@ do_make() {
--rm \
--env JETKVM_INSIDE_DOCKER=1 \
-v "$(pwd):/build" \
-v "$(pwd)/.cache:/root/.cache/go-build" \
${DOCKER_BUILD_TAG} make "$@"
else
make "$@"

Binary file not shown.