diff --git a/Makefile b/Makefile index 2ea2d8e..70ba800 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,11 @@ config.json: config.yaml docker run --rm -i \ + --volume ${PWD}:/pwd \ + --workdir /pwd \ quay.io/coreos/butane:latest \ --strict \ --pretty \ + --files-dir files \ < config.yaml > config.json .reset: config.json diff --git a/files/.gitkeep b/files/.gitkeep new file mode 100644 index 0000000..e69de29