From 714fe74d4d709bb6a12a8461e53228c203e79e4f Mon Sep 17 00:00:00 2001 From: Kechos23 Date: Mon, 20 Jul 2026 20:20:15 +0300 Subject: [PATCH] fix(docker): copy all static assets --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6a1b82f5..487e5a80 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ COPY sw.js /usr/share/nginx/html/ COPY manifest.json /usr/share/nginx/html/ COPY robots.txt /usr/share/nginx/html/ COPY sitemap.xml /usr/share/nginx/html/ -COPY assets/icon.jpg /usr/share/nginx/html/assets/ +COPY assets/ /usr/share/nginx/html/assets/ # Create a custom nginx configuration with compression and security # PERF-020: Added gzip compression for text-based assets