build(Makefile): Ignore reattach errors.

This commit is contained in:
Stephan Barth 2024-11-04 16:23:54 +01:00
parent 6066d86670
commit 7b54499013

View File

@ -207,7 +207,7 @@ endif
` ; \
printf "CONTAINER_ID=$${CONTAINER_ID}" >> "$(CONTAINER_FILE)" ; \
if [[ "attached" -eq $(CONTAINER_RUNMODE) ]] ; then \
$(CONTAINER_COMMAND) attach $${CONTAINER_ID} ; \
$(CONTAINER_COMMAND) attach $${CONTAINER_ID} || : ; \
fi
# HELP(start-backend): start yesod-devel instance