From: Stephen Jianu Date: Sun, 30 Mar 2025 15:45:06 +0000 (-0500) Subject: Add weather-icons directory to the Docker container when building X-Git-Url: https://stephenjianu.com/gitweb/?a=commitdiff_plain;h=6074e6d9931d60facaa9346428ccba924bcf3328;p=reasonableweather.git Add weather-icons directory to the Docker container when building --- diff --git a/Dockerfile b/Dockerfile index cc49606..d5b5bbb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,3 +3,4 @@ FROM php:8.3-apache COPY ./.htaccess /var/www/html COPY ./descriptions.json /var/www/html COPY ./index.php /var/www/html +COPY ./weather-icons /var/www/html/weather-icons