Merge pull request #110 from SafeExamBrowser/SEBSERV-508
SEBSERV-508 change base image to eclipse-temurin:17-jre
This commit is contained in:
commit
d8c464be90
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM openjdk:17-jdk-slim
|
FROM eclipse-temurin:17-jre
|
||||||
|
|
||||||
ENV SERVER_PORT="8080"
|
ENV SERVER_PORT="8080"
|
||||||
ENV JMX_PORT=
|
ENV JMX_PORT=
|
||||||
|
@ -38,4 +38,4 @@ CMD if [ "x${JMX_PORT}" = "x" ] ; \
|
||||||
--spring.config.location=file:/sebserver/config/spring/,classpath:/config/; \
|
--spring.config.location=file:/sebserver/config/spring/,classpath:/config/; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
EXPOSE $SERVER_PORT $JMX_PORT
|
EXPOSE $SERVER_PORT $JMX_PORT
|
||||||
|
|
Loading…
Reference in a new issue