mirror of
https://github.com/karakeep-app/karakeep.git
synced 2025-12-12 20:35:52 +01:00
29 lines
320 B
Plaintext
29 lines
320 B
Plaintext
Dockerfile
|
|
.dockerignore
|
|
**/node_modules
|
|
npm-debug.log
|
|
README.md
|
|
**/.next
|
|
**/*.db
|
|
**/.env*
|
|
.turbo
|
|
.git
|
|
./data
|
|
|
|
# Files that don't need to be included in the Docker image
|
|
docs
|
|
kubernetes
|
|
charts
|
|
apps/mobile
|
|
apps/landing
|
|
apps/browser-extension
|
|
packages/e2e_tests
|
|
packages/benchmarks
|
|
|
|
# Aider
|
|
.aider*
|
|
|
|
# next.js
|
|
.next/
|
|
out/
|