Skip to content

Commit

Permalink
feat: move docker folder to container
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulguptajss committed Apr 5, 2023
1 parent 0024698 commit 4d227f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 4d227f3

Please sign in to comment.