Makefile:5: recipe for target 'run' failed

前端 未结 0 1898
暖寄归人
暖寄归人 2020-12-04 03:39

I have this Makefile:

.PHONY: run stop rm

run:
    docker-compose -f docker-compose.yml up -d --remove-orphans
    @echo "Airflow running on http://loca         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题