Files
linkding/.dockerignore
Sascha Ißbrücker 184e4baa84 Add option to run supervisor as main process (#1270)
* Add option to run supervisor as main process

* use new option in test script
2026-01-05 18:41:50 +01:00

23 lines
353 B
Plaintext

# Ignore everything
*
# Include files required for build or at runtime
!/bookmarks
!/bootstrap.sh
!/LICENSE.txt
!/manage.py
!/package.json
!/package-lock.json
!/postcss.config.js
!/pyproject.toml
!/rollup.config.mjs
!/supervisord-tasks.conf
!/supervisord-all.conf
!/uv.lock
!/uwsgi.ini
!/version.txt
# Remove dev settings
/bookmarks/settings/dev.py