feat: switch to JRE for docker image

this will reduce the file size of the docker image
This commit is contained in:
Gauthier Roebroeck 2020-05-28 09:35:06 +08:00
parent 6c00ef1287
commit 320649594f

View file

@ -1,4 +1,4 @@
FROM adoptopenjdk:11-jdk-hotspot
FROM adoptopenjdk:11-jre-hotspot
VOLUME /tmp
ARG DEPENDENCY=build/dependency
COPY ${DEPENDENCY}/BOOT-INF/lib /app/lib