هذا الالتزام موجود في:
2025-11-01 07:45:53 +00:00
التزام e7557a2a3a

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

@@ -0,0 +1,5 @@
FROM nginx:alpine
COPY nginx.conf.template /etc/nginx/templates/nginx.conf.template
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]