index
:
frontpage
this commit
main
Web page showing people what the project is about
emile
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Dockerfile
blob: aa866766bebceaf70cb4510e541914e6a66b7fdc (
plain
)
1
2
3
4
5
6
7
FROM
golang:latest
WORKDIR
/home
COPY
/src
/home/
ENTRYPOINT
[
"go"
,
"run"
,
"."
]