commit e7557a2a3a21b14fc7e77339547e696eeb66343e
Author: ghaymah_dev
Date: Sat Nov 1 07:45:53 2025 +0000
Add Dockerfile
diff --git a/Dockerfile b/Dockerfile
new file mode 100644
index 0000000..2120fae
--- /dev/null
+++ b/Dockerfile
@@ -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"]
\ No newline at end of file