Sign in
eclipse
/
app4mc
/
org.eclipse.app4mc.cloud
/
refs/heads/changes/01/185901/1
/
.
/
org.eclipse.app4mc.cloud.migration
/
Dockerfile
blob: 912186de7200ef21cbafd418bdcf0cb307d00652 [
file
] [
log
] [
blame
]
FROM amazoncorretto
:
8u275
COPY migration
-
app
/
target
/
migration
-
app
.
jar migration
-
app
.
jar
ENTRYPOINT
[
"java"
,
"-jar"
,
"/migration-app.jar"
]