Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tiadams authored Oct 6, 2023
1 parent 697397d commit 8ded270
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ ENV JAVA_TOOL_OPTIONS="$JAVA_TOOL_OPTIONS -XX:GCPauseIntervalMillis=1000"
ENV JAVA_TOOL_OPTIONS="$JAVA_TOOL_OPTIONS -XX:InitiatingHeapOccupancyPercent=35"
ENV JAVA_TOOL_OPTIONS="$JAVA_TOOL_OPTIONS -XX:+PrintCommandLineFlags"
ARG JAR_FILE
ADD target/sam-api-1.2-SNAPSHOT.jar /usr/share/sam/sam-api.jar
ADD target/sam-1.2-SNAPSHOT.jar /usr/share/sam/sam.jar
COPY configurations/ /usr/share/sam/configurations/
COPY terminologies/ /usr/share/sam/terminologies/
RUN ls -la /usr/share/sam/terminologies/*
RUN ls -la /usr/share/sam/configurations/*
RUN apk add --no-cache tzdata
RUN cp /usr/share/zoneinfo/Europe/Brussels /etc/localtime
RUN echo "Europe/Brussels" > /etc/timezone
RUN echo "Europe/Brussels" > /etc/timezone

0 comments on commit 8ded270

Please sign in to comment.