From 7ab58e2cae17d99bf363cec830540af1976d4290 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Tue, 10 Oct 2023 15:23:49 +0200 Subject: [PATCH] fix: dockerignore comment (#4971) --- .dockerignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index 7dfd185e5eae..39eccd1c44ce 100644 --- a/.dockerignore +++ b/.dockerignore @@ -11,7 +11,9 @@ !Cross.toml !deny.toml !Makefile -!/.git # include for vergen constants + +# include for vergen constants +!/.git # include dist directory, where the reth binary is located after compilation !/dist