commit | 50d5f834dcf6039ef26464c662aad4cc09e326e7 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Fri Jun 06 15:08:04 2025 +0200 |
committer | Akron <nils@diewald-online.de> | Fri Jun 06 15:08:04 2025 +0200 |
tree | a51e29a6e088c8fe5e7d4139091b9b43a5f080d9 | |
parent | 8006720ed738a229138f6ad77c097b58915e6f63 [diff] [blame] |
Improve docker image Change-Id: I4e0767497b019e70512e2c7962360f6b0a318658
diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..79a0047 --- /dev/null +++ b/.dockerignore
@@ -0,0 +1,17 @@ +termmapper +.git +*.tmp +*.log +# Include all Go source files and directories +!*.go +!cmd/ +!config/ +!parser/ +!ast/ +!mapper/ +!matcher/ +!mappings/ +!/LICENSE +!.dockerignore +!go.mod +!go.sum \ No newline at end of file