diff --git a/Makefile b/Makefile index 3a11acd..af1b2b5 100644 --- a/Makefile +++ b/Makefile @@ -52,6 +52,7 @@ push: build $(addprefix push-,$(MODULES)) latest Dockerfile.%: unit/version @echo "===> Building $@" cat unit/pkg/docker/Dockerfile.tmpl | sed \ + -e 's,COPY docker-entrypoint.sh,COPY unit/pkg/docker/docker-entrypoint.sh,g' \ -e 's,stretch,buster,g' \ -e 's,@@UNITPACKAGES@@,$(MODULE_$*),g' \ -e 's,@@UNIT_VERSION@@,$(UNIT_VERSION),g' \