mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
build(Docker): move server-package.json preparation into Dockerfile
This commit is contained in:
committed by
Panagiotis Papadopoulos
parent
bb7a4f9bc3
commit
2973d38db0
@@ -5,8 +5,6 @@ set -e # Fail on any command error
|
||||
VERSION=`jq -r ".version" package.json`
|
||||
SERIES=${VERSION:0:4}-latest
|
||||
|
||||
cat package.json | grep -v electron > server-package.json
|
||||
|
||||
echo "Compiling typescript..."
|
||||
npx tsc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user