diff options
| author | Ivan Gabaldon <igabaldon@inetol.net> | 2026-06-16 15:32:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-16 15:32:47 +0200 |
| commit | 502c820a25bfd9e7a7175671c9d7dc96cf8afbdf (patch) | |
| tree | 2eb71a5ea283bcaba72bc99e88eff7d467588065 /.dockerignore | |
| parent | 4fb49b44988b0c2e9f323e0526f0c9c2bb8dfa2d (diff) | |
[fix] container: setup minimal (#6268)
Start minimal, use defaults, and extend later on. The templates are no longer
checked for changes, which was confusing and annoying after a while.
See: https://github.com/searxng/searxng/issues/6261#issuecomment-4716008282
Diffstat (limited to '.dockerignore')
| -rw-r--r-- | .dockerignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore index 01ebd5858..e90edf410 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,5 +1,6 @@ * +!container/*.template.* !container/entrypoint.sh !searx/** !requirements*.txt |
