diff --git a/Dockerfile b/Dockerfile index 5b0f1a6..f3b0fb8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# ── Stage 1: build ────────────────────────────────────────────────────────── +# ── Stage 1: build ───────────────────────────────────────────────────────── FROM python:3.11-slim AS builder WORKDIR /app @@ -13,10 +13,10 @@ COPY logsight/ logsight/ # Build the wheel RUN python -m build --wheel --outdir /dist -# ── Stage 2: runtime ───────────────────────────────────────────────────────── +# ── Stage 2: runtime ──────────────────────────────────────────────────────── FROM python:3.11-slim AS runtime -LABEL maintainer="Trojan3877" \ +LABEL maintainer="CoreyLeath-code" \ description="LogSight-AI: AI-powered log analysis and anomaly detection" \ version="0.1.0"