From 96fd94b8bb17d36a8ace239f3f0275997089f1f3 Mon Sep 17 00:00:00 2001 From: Stephen Jianu Date: Wed, 19 Mar 2025 19:30:46 -0500 Subject: [PATCH] Add descriptions.json to Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5