هذا الالتزام موجود في:
2026-07-28 08:10:53 +03:00
الأصل 2ff0d279e1
التزام acb4f066f4
8 ملفات معدلة مع 216 إضافات و57 حذوفات

عرض الملف

@@ -12,8 +12,8 @@ COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
# Copy application files
COPY monitor.py index.html entrypoint.sh ./
COPY data.jsonl data.csv monitoring_data.csv ./
COPY monitor.py index.html entrypoint.sh chart.umd.min.js ./
COPY data.jsonl data.csv monitoring_data.csv data.js ./
# Create symlink so dashboard.html also works without code duplication
RUN ln -sf index.html dashboard.html && chmod +x entrypoint.sh