build(Makefile): Ignore reattach errors.
This commit is contained in:
parent
6066d86670
commit
7b54499013
2
Makefile
2
Makefile
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user