aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael McVady <femtonaut@gmail.com>2022-03-10 20:27:25 -0500
committerMichael McVady <femtonaut@gmail.com>2022-03-10 20:27:25 -0500
commit14d515fe70b0a338efc3a571f82190d3c34826d6 (patch)
tree0c276d69c45ee6c7afbf4dbd0ac04de71f2671bf /Makefile
parent0455b7aa4ca481627ee25a3f4879291b3358433c (diff)
Wire up with docker-compose
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3e26ce0..dbc3149 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ clean:
docker rmi -f clog:latest
docker-build:
- docker build -t clog .
+ DOCKER_BUILDKIT=1 docker build -t clog .
docker-run:
docker rm -f clog