index
:
generator-container
this commit
main
Generates point clouds using the NFW profile
emile
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Dockerfile
blob: 0bef1cfb0fbab13d24509a7916fce9eb201fdc28 (
plain
)
1
2
3
4
5
6
7
FROM
golang:latest
WORKDIR
/home
COPY
.
/home
ENTRYPOINT
[
"go"
,
"run"
,
"."
]