diff --git a/Dockerfile b/Dockerfile index 28f685c..2094672 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,4 +13,4 @@ RUN yarn RUN yarn run build # Copy files to nginx path -RUN cp -r dist/* /usr/share/nginx/html +RUN cp -r dist/* icons /usr/share/nginx/html