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