added docker build, closes #106

This commit is contained in:
azivner
2018-06-10 15:06:52 -04:00
parent c1b245c8b1
commit 4c8eeb2e6f
5 changed files with 46 additions and 0 deletions

9
bin/push-docker-image.sh Normal file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/env bash
if [[ $# -eq 0 ]] ; then
echo "Missing argument of new version"
exit 1
fi
docker push zadam/trilium:latest
docker push zadam/trilium:$1