mirror of
https://github.com/NotoChen/Jetbrains-Help.git
synced 2025-09-13 23:48:32 +08:00
修改时区
This commit is contained in:
parent
bec55e271b
commit
cca5321dca
|
@ -7,6 +7,6 @@ FROM ibm-semeru-runtimes:open-21-jre
|
|||
WORKDIR /app
|
||||
COPY --from=build /app/target/Jetbrains-Help.jar Jetbrains-Help.jar
|
||||
ENV TZ=Asia/Shanghai
|
||||
RUN ln -sf /usr/share/zoneinfo/{TZ} /etc/localtime && echo "{TZ}" > /etc/timezone
|
||||
RUN ln -sf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
||||
EXPOSE 10768
|
||||
ENTRYPOINT ["java", "-jar", "Jetbrains-Help.jar"]
|
Loading…
Reference in New Issue
Block a user