Skip to content

Commit 165c638

Browse files
LordofAvernusffffwh
authored and
ffffwh
committed
support ui
1 parent 0a1ab5f commit 165c638

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Makefile

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ COMMIT := $(shell sh -c 'git rev-parse --short HEAD')
55
DOCKER := $(shell which docker)
66
DOCKER_IMAGE := docker-registry:5000/actiontech/universe-compiler-udup:v4
77

8-
PROJECT_NAME = dtle
8+
PROJECT_NAME ?= dtle
99
VERSION = 3.21.06.1
1010

1111
ifdef GOBIN
@@ -47,6 +47,8 @@ package-common: driver
4747
cp -R dist/dtle dist/install/usr/share/dtle/nomad-plugin
4848
cp -R scripts dist/install/usr/share/dtle/
4949
cp -R etc dist/install/
50+
-mkdir -p dist/install/usr/share/dtle/ui
51+
-cp -R ui dist/install/usr/share/dtle
5052

5153
package: package-common
5254
mkdir -p dist/install/usr/bin

etc/dtle/nomad.hcl

+1
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,6 @@ plugin "dtle" {
6969

7070
publish_metrics = false
7171
stats_collection_interval = 15
72+
#ui_dir = "PATH_TO_UI_DIR"
7273
}
7374
}

0 commit comments

Comments
 (0)