]> Stephen's Gitweb - reasonableweather.git/commitdiff
Add weather-icons directory to the Docker container when building
authorStephen Jianu <stephen@stephenjianu.com>
Sun, 30 Mar 2025 15:45:06 +0000 (10:45 -0500)
committerStephen Jianu <stephen@stephenjianu.com>
Sun, 30 Mar 2025 15:45:06 +0000 (10:45 -0500)
Dockerfile

index cc4960679bc90955d52395e43c8633940c37a747..d5b5bbbe2b06d51eded9cdec071d2da080fac4c3 100644 (file)
@@ -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