mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
5 lines
131 B
Bash
Executable File
5 lines
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 . |