Description
Hi,
I'm encountering an issue while trying to build Teedy from the repository. I followed all the instructions and installed all the required dependencies on a fresh Ubuntu installation.
The problem occurs when I test the build locally. After starting Jetty and accessing the interface via http://localhost:8080, I see a directory listing of the webapp folder instead of loading the web resources from the src/ folder. If I manually click on the src/ folder in the listing, the login page displays correctly.
I attempted to resolve this by moving all web resources from the src/ folder to the root of the webapp folder. While this allowed the interface to load initially, it broke other functionality—for example, images from docs-web/src/main/resources/image no longer appear.
Additionally, I compared the .war file generated by Maven with the docs.war from the original Docker image, and the structure is different. I’m unsure what might be causing this discrepancy.
Do you have any suggestions on how to fix this issue?
Thanks in advance for your help!