Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
feat: add daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao committed Sep 7, 2020
1 parent 4595fac commit 057ba48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ else
echo "targets to build: $FILES"
for TAR_PATH in $FILES
do
if jina hub build $TAR_PATH --pull --prune-images --test-uses --raise-error; then
if jina hub build $TAR_PATH --pull --prune-images --test-uses --raise-error --daemon; then
SUCCESS_TARGETS+=("$TAR_PATH")
else
FAILED_TARGETS+=("$TAR_PATH")
Expand Down

0 comments on commit 057ba48

Please sign in to comment.