feat: add security audit automation scripts and detailed vulnerability documentation

هذا الالتزام موجود في:
2026-08-20 20:13:14 +03:00
الأصل a7a479141b
التزام e635566bc5
12 ملفات معدلة مع 1617 إضافات و363 حذوفات

10
Dockerfile Normal file
عرض الملف

@@ -0,0 +1,10 @@
# ⚡ Auto-generated Generic Dockerfile
# Ghaymah couldn't auto-detect your project type.
# This Dockerfile assumes your project has a start command.
# Edit this file or create your own Dockerfile for better results.
FROM alpine:3.19
WORKDIR /app
COPY . .
EXPOSE 80
CMD ["sh", "-c", "echo 'Ready! Add a CMD to your Dockerfile' && sleep infinity"]