Skip to content

Commit

Permalink
Dockerfile fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ramari16 committed Nov 17, 2023
1 parent b26e522 commit c6d58cf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docker/pic-sure-hpds/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,4 @@ FROM amazoncorretto:21.0.1-alpine3.18
# Copy jar and access token from maven build
ADD service-3.0.0-SNAPSHOT.jar /service.jar

# Time zone
ENV TZ="US/Eastern"

ENTRYPOINT ["java", "-Xmx8192m", "-jar", "/service.jar"]
ENTRYPOINT ["sh", "-c", "java ${JAVA_OPTS} -jar /service.jar"]

0 comments on commit c6d58cf

Please sign in to comment.