Need to set up PyCharm debugger for airflow pipelines inside docker container

后端 未结 0 909
一生所求
一生所求 2020-12-29 02:23

Please could you help me with this case: I have makefile with current code:

.PHONY: run

run:
    docker build --rm -t local-airflow .
    docker-compose up -         


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