diff --git a/docker/coexecutor/Makefile b/docker/coexecutor/Makefile index ab4ce34c..cc330fc8 100644 --- a/docker/coexecutor/Makefile +++ b/docker/coexecutor/Makefile @@ -1,6 +1,7 @@ docker-image: + find . -regex './pulsar_app-.*.whl' -delete cd ../..; make dist; cp dist/pulsar*whl docker/coexecutor all: docker-image