diff options
author | Dalf <alex@al-f.net> | 2020-07-22 14:58:04 +0200 |
---|---|---|
committer | Dalf <alex@al-f.net> | 2020-07-22 14:58:04 +0200 |
commit | 4a35975b427b3ebee4f5cc54e2390356b0102536 (patch) | |
tree | 6bd79a0f0b40ebba1c7ff6d4fcd6529df7e52ac7 /.dockerignore | |
parent | 7ef62c628424718f10b88a5850f7b4e92b2f7196 (diff) | |
download | searxng-4a35975b427b3ebee4f5cc54e2390356b0102536.tar.gz searxng-4a35975b427b3ebee4f5cc54e2390356b0102536.zip |
[enh] update documentation about docker
Diffstat (limited to '.dockerignore')
-rw-r--r-- | .dockerignore | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/.dockerignore b/.dockerignore index 044460b20..3d158c95d 100644 --- a/.dockerignore +++ b/.dockerignore @@ -46,4 +46,11 @@ node_modules/ */*/*/node_modules/ */*/*/*/node_modules/ -.tx/
\ No newline at end of file +.tx/ + +# +build/ +dist/ +local/ +gh-pages/ +searx.egg-info/ |