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.test
2019-10-16 09:05:56 +02:00

5 lines
No EOL
105 B
Text

FROM scratch
ADD bin/arangodb_operator_test /usr/bin/
ENTRYPOINT [ "/usr/bin/arangodb_operator_test" ]