initial mac support + some other build changes

This commit is contained in:
azivner
2018-12-02 00:26:45 +01:00
parent ee0b0c3dfe
commit af195beb7e
19 changed files with 114 additions and 58 deletions

View File

@@ -1,8 +1,5 @@
#!/usr/bin/env bash
if [[ $# -eq 0 ]] ; then
echo "Missing argument of new version"
exit 1
fi
VERSION=`jq -r ".version" package.json`
sudo docker build -t zadam/trilium:latest -t zadam/trilium:$1 .
sudo docker build -t zadam/trilium:latest -t zadam/trilium:$VERSION .