Loading docker/Makefile +4 −1 Original line number Diff line number Diff line all: mkdir build init up all: down pull build init up pull: git pull mkdir: mkdir -p ./dags ./logs ./plugins ./config ./pg_data Loading Loading
docker/Makefile +4 −1 Original line number Diff line number Diff line all: mkdir build init up all: down pull build init up pull: git pull mkdir: mkdir -p ./dags ./logs ./plugins ./config ./pg_data Loading