1
0
mirror of https://github.com/taigrr/bitcask synced 2025-01-18 04:03:17 -08:00

Add bitcaskd to install target

This commit is contained in:
James Mills 2019-03-20 07:00:46 +10:00
parent e117ffd2e9
commit 7fba9bd4b7
No known key found for this signature in database
GPG Key ID: AC4C014F1440EBD6

View File

@ -25,6 +25,7 @@ generate:
install: build
@go install ./cmd/bitcask/...
@go install ./cmd/bitcaskd/...
image:
@docker build -t prologic/bitcask .