Add Docker image

This commit is contained in:
Ben Johnson
2021-02-04 15:03:27 -07:00
parent 66fdb208c7
commit 01407c3c25
2 changed files with 14 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
default:
docker:
docker build -t litestream .
dist-linux:
mkdir -p dist
cp etc/litestream.yml dist/litestream.yml