fix: added missing file to dockerfile

This commit is contained in:
2026-01-05 09:06:40 +01:00
parent 21b52fbe87
commit 9c5e9cae66

View File

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