diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2025-12-31 11:45:07 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2025-12-31 12:47:10 +0000 |
| commit | 49aa01cc85881401b4863fee7eb2d1a0b24daa93 (patch) | |
| tree | 84073e368d45bdcabe00e1fa4b71bc5cae540d39 /.dockerignore | |
| parent | d32f762a1f4d1a1e4bd4b116b42b5cd263892f71 (diff) | |
syz-cluster: refactor Dockerfiles
Copy everything into the build context.
Add a .dockerignore file to avoid copying the definitely unnecessary
files and folders.
Check copyrights presence in Dockerfiles.
Diffstat (limited to '.dockerignore')
| -rw-r--r-- | .dockerignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 000000000..88971a7ac --- /dev/null +++ b/.dockerignore @@ -0,0 +1,5 @@ +.gitignore +bin/ +dashboard/ +!dashboard/dashapi/ +docs/ |
