Update timezone of jre docker image
This commit is contained in:
parent
77c6b85eec
commit
161f5c7054
@ -5,6 +5,7 @@ RUN ["gradle", "bootJar"]
|
||||
|
||||
FROM openjdk:11-jre-slim
|
||||
WORKDIR /root
|
||||
ENV TZ=Europe/Berlin
|
||||
COPY --from=build /root/build/libs/*.jar app.jar
|
||||
EXPOSE 5000
|
||||
ENTRYPOINT ["java", "-jar", "app.jar"]
|
||||
|
Loading…
Reference in New Issue
Block a user