mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +00:00
- Reduce size of app copied to container by adding unneeded directories to .dockerignore. E.g Ignore docs, tests, pip build, dist - Update MANIFEST.ini to include web, emacs interface directories Web directory is used by the web interface which will be exposed by the docker container
10 lines
75 B
Plaintext
10 lines
75 B
Plaintext
.git/
|
|
.pytest_cache/
|
|
.vscode/
|
|
.venv/
|
|
docs/
|
|
tests/
|
|
build/
|
|
dist/
|
|
*.egg-info/
|