Edit code and Dockerfile

هذا الالتزام موجود في:
root
2026-07-27 03:33:09 +00:00
الأصل 05edcc3fce
التزام 8fa1893c85
6 ملفات معدلة مع 187 إضافات و371 حذوفات

عرض الملف

@@ -8,8 +8,6 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY . .
RUN mv dashboard.html index.html
EXPOSE 8080
CMD sh -c "python3 monitor.py && python3 -m http.server 8080"
CMD ["python3","app.py"]