1
0
Fork 0
mirror of https://github.com/arangodb/kube-arangodb.git synced 2024-12-14 11:57:37 +00:00
kube-arangodb/Dockerfile

5 lines
95 B
Text
Raw Normal View History

2018-02-09 10:11:33 +00:00
FROM scratch
ADD bin/arangodb_operator /usr/bin/
ENTRYPOINT [ "/usr/bin/arangodb_operator" ]