Fix icons missing in webroot

This commit is contained in:
Late Night Defender 2023-08-02 02:31:01 +07:00
parent a2651f5406
commit 136c333fea

View file

@ -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