Sign in
eclipse
/
app4mc
/
org.eclipse.app4mc.cloud
/
d5206b299559b197009872da4cd7a79a2ae1f9ab
/
.
/
org.eclipse.app4mc.cloud.amlt2systemc
/
Dockerfile
blob: d0074380efbfbed2dd3b27552928b030845a97cf [
file
] [
log
] [
blame
]
FROM amazoncorretto
:
8u275
COPY amlt2systemc
-
app
/
target
/
amlt2systemc
-
app
.
jar amlt2systemc
-
app
.
jar
ENTRYPOINT
[
"java"
,
"-jar"
,
"/amlt2systemc-app.jar"
]