Skip to content

Commit

Permalink
got feedback from Cyril to change the ENTRYPOINT
Browse files Browse the repository at this point in the history
  • Loading branch information
PestusAtSAG committed Aug 26, 2022
1 parent 7bf34f7 commit f34f81c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@ ENV JAVA_HOME=/opt/jdk-mini
ENV PATH="$PATH:$JAVA_HOME/bin"
COPY etc/ /etc/${microserviceName}/
ADD resources/* /data/
RUN chmod +x /data/entrypoint.sh
ENTRYPOINT /data/entrypoint.sh
ENTRYPOINT ["java", "-jar", "/data/@package.name@.jar"]

0 comments on commit f34f81c

Please sign in to comment.