GitBucket
4.23.0
Toggle navigation
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
yn-bftl-byx
/
thirdparty
Browse code
Merge branch 'master' of http://git.yn-ce.com/git/yn-bftl-byx/thirdparty
master
commit
cf9a858b71a53b9a41fffef67105aacbb8ebf795
2 parents
d87e41e
+
4249de7
steven
authored
on 9 Oct
Patch
Showing
1 changed file
Dockerfile
Ignore Space
Show notes
View
Dockerfile
FROM harbor.iot.yn-ce.com/library/alpine-jdk:8 VOLUME /tmp ARG JAR_FILE COPY ${JAR_FILE} app.jar RUN ["mkdir","/log"] ENTRYPOINT ["java","-XX:+UnlockExperimentalVMOptions","-XX:+UseCGroupMemoryLimitForHeap","-DLANG=UTF-8 -DLC_ALL=UTF-8 -DLC_CTYPE=UTF-8","-Dfile.encoding=UTF-8","-Duser.timezone=GMT+08","-Dspring.profiles.active=${PROFILE}","-jar","/app.jar"]
FROM harbor.iot.yn-ce.com/library/alpine-jdk:8 VOLUME /tmp ARG JAR_FILE COPY ${JAR_FILE} app.jar RUN ["mkdir","/log"] ENTRYPOINT ["java","-XX:+UnlockExperimentalVMOptions","-XX:+UseCGroupMemoryLimitForHeap","-Duser.timezone=Asia/ShangHai","-DLANG=UTF-8 -DLC_ALL=UTF-8 -DLC_CTYPE=UTF-8","-Dfile.encoding=UTF-8","-Dspring.profiles.active=${PROFILE}","-jar","/app.jar"]
Show line notes below