初始化
This commit is contained in:
7
pqs-auth/Dockerfile
Normal file
7
pqs-auth/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM openjdk:8-jdk-alpine
|
||||
RUN set -xe \&& apk --no-cache add ttf-dejavu fontconfig
|
||||
ADD target/auth.jar auth.jar
|
||||
ENTRYPOINT ["java","-jar","/auth.jar"]
|
||||
EXPOSE 10214
|
||||
RUN /bin/cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \&& echo 'Asia/Shanghai' >/etc/timezone
|
||||
|
||||
Reference in New Issue
Block a user