fix: added missing file to dockerfile

This commit is contained in:
2026-01-05 09:06:40 +01:00
parent 05b3d74103
commit b05894d77d

View File

@@ -108,6 +108,7 @@ COPY --chown=appuser:appuser alfred/ ./alfred
COPY --chown=appuser:appuser scripts/ ./scripts
COPY --chown=appuser:appuser .env.example ./
COPY --chown=appuser:appuser pyproject.toml ./
COPY --chown=appuser:appuser settings.toml ./
# Create volumes for persistent data
VOLUME ["/data", "/logs"]