Skip to content

Commit

Permalink
Attempting to fix configuration issue in new Spring Boot release.
Browse files Browse the repository at this point in the history
  • Loading branch information
rahmnathan committed Jun 8, 2021
1 parent cc1391e commit d185847
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@ RUN chown -R localmovie:localmovie /opt/localmovie

USER localmovie

ENV SPRING_CONFIG_LOCATION=optional:classpath:/,optional:classpath:/config/,optional:file:./,optional:file:./config/

WORKDIR /opt/localmovie/
ENTRYPOINT java -jar localmovie-media-manager.jar

0 comments on commit d185847

Please sign in to comment.