refactor: mount plugins and config instead of baking into image

Image now contains only the derp package. Config and plugins are
bind-mounted at runtime, enabling live edits without rebuilds.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
user
2026-02-15 01:20:30 +01:00
parent 7b9cde6192
commit 830add0797
2 changed files with 2 additions and 4 deletions

View File

@@ -7,7 +7,4 @@ COPY src/ src/
RUN pip install --no-cache-dir .
COPY plugins/ plugins/
COPY config/derp.toml.example config/derp.toml.example
ENTRYPOINT ["derp"]