FROM eclipse-temurin:8-jre-alpineUSER nobodyENVSERVER_PORT=8447EXPOSE ${SERVER_PORT}# Add the proper files into the docker image from your buildWORKDIR /opt/app/aai-resourcesCOPY --chown=nobody:nobody /maven/aai-resources/ .
ENTRYPOINT["/bin/sh","/opt/app/aai-resources/docker-entrypoint.sh"]