Gitiles
Code Review
Sign In
gerrit.opencord.org
/
ves-agent
/
7180b942384caabee022163cccd32f2fc82b3fb8
/
.
/
Dockerfile.alpine
blob: b16e9a47ca981848a4b9bb26faff25c367e853e1 [
file
] [
log
] [
blame
]
FROM openjdk
:
8
-
jdk
-
alpine
VOLUME
/
tmp
ARG JAR_FILE
COPY $
{
JAR_FILE
}
app
.
jar
ENTRYPOINT
[
"java"
,
"-Djava.security.egd=file:/dev/./urandom"
,
"-jar"
,
"/app.jar"
]