/static/themes missing on manual build
mattheys opened this issue · 4 comments
mattheys commented
I'm running on Aarch64 so had to build from source as you only seem to have Arm64 containers.
nginxui:
container_name: nginxui
build: https://github.com/schenkd/nginx-ui.git
volumes:
- /opt/nginx:/etc/nginx
restart: unless-stopped
networks:
- internal
However there is no content in the /static/themes folder in the web app, these means the outline-icons aren't loaded.
schenkd commented
Hello @mattheys, I just checked and that's because I forgot to push the content. Whoopsie-daisy, shame on me!
I will write you later when I have pushed the content! I'm just working on another project.
schenkd commented
Hello @mattheys I have added the themes directory. Would you test again if your build now displays the missing icons and fonts?
crumpfhuber commented
Hello @schenkd
I had the same problem. Now it's fixed.
Thank you!