mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-16 13:04:34 +00:00
Generic datastore service with basic indexing and querying capabilities, ts client generation (#52)
This commit is contained in:
3
datastore/Dockerfile
Normal file
3
datastore/Dockerfile
Normal file
@@ -0,0 +1,3 @@
|
||||
FROM alpine
|
||||
ADD datastore /datastore
|
||||
ENTRYPOINT [ "/datastore" ]
|
||||
Reference in New Issue
Block a user