Release landing page updates

هذا الالتزام موجود في:
Abdul Kareem
2026-04-17 18:13:41 +03:00
التزام 084cda0471
16 ملفات معدلة مع 1763 إضافات و0 حذوفات

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

@@ -0,0 +1,8 @@
FROM nginx:1.27-alpine
# Serve the static landing page through Nginx on port 80.
COPY nginx.conf /etc/nginx/conf.d/default.conf
COPY . /usr/share/nginx/html
COPY docker-entrypoint.d/40-render-config.sh /docker-entrypoint.d/40-render-config.sh
EXPOSE 80