Dockerfile and compose.yml with volume but ENTRYPOINT fails
I have a small Spring Boot 3.3.3 rest project that serves up images found in a specified folder. It runs fine with java -jar app.jar
, it sees the folders and images within /opt/rest.galleries/galleries on the host.