Gitiles
Code Review
Sign In
gerrit.nordix.org
/
local
/
oransc
/
nonrtric-prototyping
/
8ead72aee69554705229abfd4cff2b96a8352f78
/
.
/
rapps
/
Dockerfile_rhw
blob: a8d7d3340078864bd06453f00756dc58ffc566fa [
file
] [
log
] [
blame
]
FROM golang
:
latest
RUN mkdir
/
app
COPY
./
rapps
-
hello
-
world
/
app
RUN chmod
+
x
/
app
/
rapps
-
hello
-
world
WORKDIR
/
app
ENTRYPOINT
[
"/app/rapps-hello-world"
]