Merge branch '145-build-system-rewrite' of https://dev.azure.com/fraport/Fahrerausbildung/_git/FRADrive into 145-build-system-rewrite
This commit is contained in:
commit
2efd49f21c
2
Makefile
2
Makefile
@ -210,7 +210,7 @@ endif
|
|||||||
` ; \
|
` ; \
|
||||||
printf "CONTAINER_ID=$${CONTAINER_ID}" >> "$(CONTAINER_FILE)" ; \
|
printf "CONTAINER_ID=$${CONTAINER_ID}" >> "$(CONTAINER_FILE)" ; \
|
||||||
if [[ "attached" -eq $(CONTAINER_RUNMODE) ]] ; then \
|
if [[ "attached" -eq $(CONTAINER_RUNMODE) ]] ; then \
|
||||||
$(CONTAINER_COMMAND) attach $${CONTAINER_ID} ; \
|
$(CONTAINER_COMMAND) attach $${CONTAINER_ID} || : ; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# HELP(start-backend): start yesod-devel instance
|
# HELP(start-backend): start yesod-devel instance
|
||||||
|
|||||||
Reference in New Issue
Block a user