home
/
projects
/
reasonableweather.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63f47fe
)
Add descriptions.json to Dockerfile
author
Stephen Jianu
<stephen@stephenjianu.com>
Thu, 20 Mar 2025 00:30:46 +0000
(19:30 -0500)
committer
Stephen Jianu
<stephen@stephenjianu.com>
Thu, 20 Mar 2025 00:30:46 +0000
(19:30 -0500)
Dockerfile
patch
|
blob
|
blame
|
history
diff --git
a/Dockerfile
b/Dockerfile
index 41b7cfa93aaebbf4118736d4d75bac7f5d2519f5..cc4960679bc90955d52395e43c8633940c37a747 100644
(file)
--- a/
Dockerfile
+++ b/
Dockerfile
@@
-1,4
+1,5
@@
FROM php:8.3-apache
COPY ./.htaccess /var/www/html
+COPY ./descriptions.json /var/www/html
COPY ./index.php /var/www/html