Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Conversation

@lorenzschmid
Copy link
Owner

The Dockerfile has been modified to:

  • Use a Python virtual environment for dependencies, with a hardcoded path of /app/.venv.
  • Improve build caching by reordering instructions.
  • Set the update interval to one week.

The start.sh script has been updated to:

  • Periodically check for updates to the anki package in a background process.
  • The update interval is configurable via the UPDATE_INTERVAL environment variable.

The Dockerfile has been modified to:
- Run as a non-root user (`anki`).
- Use a Python virtual environment for dependencies, with a hardcoded path of /app/.venv.
- Improve build caching by reordering instructions.
- Set the update interval to one week.

The start.sh script has been updated to:
- Periodically check for updates to the `anki` package in a background process.
- The update interval is configurable via the `UPDATE_INTERVAL` environment variable.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants