Skip to content

Commit

Permalink
change timezone default
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmielchen committed Mar 11, 2023
1 parent 9498195 commit a645c1e
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 @@ -4,7 +4,7 @@ WORKDIR /app
RUN mvn clean package

FROM amazoncorretto:17-alpine
ENV TIMEZONE="Germany/Berlin"
ENV TIMEZONE="Europe/Berlin"
ENV ROOM="Room"
ENV TEACHER="Teacher"
ENV SUMMARY="School"
Expand Down

0 comments on commit a645c1e

Please sign in to comment.