From 4d227f347fe29ac2e29e55b277018e41c39c1ed3 Mon Sep 17 00:00:00 2001 From: Rahul Gupta Date: Wed, 5 Apr 2023 20:05:52 +0530 Subject: [PATCH] feat: move docker folder to container --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8fb3db0ea..024150581 100644 --- a/Makefile +++ b/Makefile @@ -143,7 +143,7 @@ dist-tar: @rm -rf ${DIST} @mkdir ${TMP} @mkdir ${DIST} - @cp -r .git cmd bin conf docker docs grafana pkg service cert autosupport go.mod go.sum Makefile README.md LICENSE prom-stack.tmpl harvest.cue ${TMP} + @cp -r .git cmd bin conf container docs grafana pkg service cert autosupport go.mod go.sum Makefile README.md LICENSE prom-stack.tmpl harvest.cue ${TMP} @cp harvest.yml ${TMP}/harvest.yml @tar --directory /tmp --create --gzip --file ${DIST}/${HARVEST_PACKAGE}.tar.gz ${HARVEST_PACKAGE} @rm -rf ${TMP}