From: Stephen Jianu Date: Thu, 20 Mar 2025 00:30:46 +0000 (-0500) Subject: Add descriptions.json to Dockerfile X-Git-Url: https://www.stephenjianu.com/gitweb/?a=commitdiff_plain;h=96fd94b8bb17d36a8ace239f3f0275997089f1f3;p=reasonableweather.git Add descriptions.json to Dockerfile --- diff --git a/Dockerfile b/Dockerfile index 41b7cfa..cc49606 100644 --- 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