Skip to content

Commit

Permalink
added missing = sign
Browse files Browse the repository at this point in the history
  • Loading branch information
gsergiu committed Jan 10, 2024
1 parent 58647da commit 694940e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ ADD https://repo1.maven.org/maven2/co/elastic/apm/elastic-apm-agent/$ELASTIC_APM

COPY ./annotation-web/target/annotation-web-executable.jar /opt/app/annotation-web-executable.jar
EXPOSE 8080
ENTRYPOINT ["java", "--add-opens java.base/java.util=ALL-UNNAMED" , "-jar", "/opt/app/annotation-web-executable.jar"]
ENTRYPOINT ["java", "--add-opens=java.base/java.util=ALL-UNNAMED" , "-jar", "/opt/app/annotation-web-executable.jar"]

0 comments on commit 694940e

Please sign in to comment.