From 02fb8a2754043384ebbf7d0c7fafea6de4cc7fce Mon Sep 17 00:00:00 2001 From: ulfrxdev Date: Fri, 27 Mar 2026 22:53:25 +0100 Subject: [PATCH] Add images to docker image --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index b5dbec2..e056519 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ COPY index.html /usr/share/nginx/html/ COPY manifest.webmanifest /usr/share/nginx/html/ COPY sw.js /usr/share/nginx/html/ COPY icons /usr/share/nginx/html/icons +COPY images /usr/share/nginx/html/images COPY js /usr/share/nginx/html/js EXPOSE 80 \ No newline at end of file