]> Stephen's Gitweb - reasonableweather.git/commitdiff
Add files to allow for running in a container
authorStephen Jianu <stephen@stephenjianu.com>
Fri, 14 Mar 2025 23:31:13 +0000 (18:31 -0500)
committerStephen Jianu <stephen@stephenjianu.com>
Fri, 14 Mar 2025 23:31:13 +0000 (18:31 -0500)
.htaccess [new file with mode: 0644]
Dockerfile [new file with mode: 0644]

diff --git a/.htaccess b/.htaccess
new file mode 100644 (file)
index 0000000..1d67776
--- /dev/null
+++ b/.htaccess
@@ -0,0 +1 @@
+DirectoryIndex index.php
diff --git a/Dockerfile b/Dockerfile
new file mode 100644 (file)
index 0000000..41b7cfa
--- /dev/null
@@ -0,0 +1,4 @@
+FROM php:8.3-apache
+
+COPY ./.htaccess /var/www/html
+COPY ./index.php /var/www/html