diff --git a/.air.toml b/.air.toml
index 9aa93520fc5b825fca095536708a994007011c9c..a17450dcf280db0b6d52f365ac333b4d65b67656 100644
--- a/.air.toml
+++ b/.air.toml
@@ -7,7 +7,7 @@ tmp_dir = "tmp"
   bin = "./tmp/web"
   cmd = "go build -o ./tmp/web ./src/cmd/web/main.go"
   delay = 500
-  exclude_dir = ["assets", "tmp", "vendor", "testdata"]
+  exclude_dir = ["assets", "tmp", "vendor", "testdata", "docker"]
   exclude_file = []
   exclude_regex = ["_test.go"]
   exclude_unchanged = false