Skip to content
Snippets Groups Projects
Commit 71011060 authored by Alexander Brandstedt's avatar Alexander Brandstedt
Browse files

change make generate to use docker run to be more protable

parent f8c48a97
No related branches found
No related tags found
No related merge requests found
BUILDER := docker run --rm -it --workdir /data -v ${PWD}:/data debian:8 ./hack/scripts/generate-manifests.sh
generate:
@echo ">> Compiling assets and generating Kubernetes manifests"
@hack/scripts/generate-manifests.sh
$(BUILDER)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment