refactor/significant-changes #3

Merged
mkelvers merged 71 commits from refactor/significant-changes into main 2026-05-14 11:25:25 +00:00
Showing only changes of commit afbfc59452 - Show all commits

View File

@@ -42,6 +42,9 @@ RUN apt-get update && apt-get install -y ca-certificates sqlite3 && rm -rf /var/
# Create data directory for sqlite
RUN mkdir -p /app/data
# Set DB_PATH to use the persistent volume
ENV DB_PATH=/app/data/mal.db
COPY --from=builder /app/main_server .
COPY --from=builder /app/templates ./templates
COPY --from=builder /app/static ./static