mirror of
https://github.com/zadam/trilium.git
synced 2024-11-11 18:08:13 +08:00
5 lines
No EOL
131 B
Bash
Executable file
5 lines
No EOL
131 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
VERSION=`jq -r ".version" package.json`
|
|
|
|
sudo docker build -t zadam/trilium:latest -t zadam/trilium:$VERSION . |