Sign in
eclipse
/
openk-usermodules
/
org.eclipse.openk-usermodules.gridFailureInformation.backend
/
refs/heads/SI-685_Rueckbau
/
.
/
gfsBackendService
/
Dockerfile_Branch
blob: 08ba91933608c277815ba354404c816b53190086 [
file
] [
log
] [
blame
]
FROM openjdk
:
8
-
jre
-
alpine
COPY
/
target
/
grid
-
failure
-
information
.
backend
.
service
.
jar
/
usr
/
src
/
cbd
/
WORKDIR usr
/
src
/
cbd
CMD
[
"java"
,
"-jar"
,
"-Dspring.config.name=application_localdev"
,
"grid-failure-information.backend.service.jar"
]