From 6074e6d9931d60facaa9346428ccba924bcf3328 Mon Sep 17 00:00:00 2001 From: Stephen Jianu Date: Sun, 30 Mar 2025 10:45:06 -0500 Subject: [PATCH] Add weather-icons directory to the Docker container when building --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5