Skip to content

Commit

Permalink
feat: Profiling datasource插件开发
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 26092
  • Loading branch information
liangling0628 committed Dec 6, 2024
1 parent 9b51eef commit 36d6c43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ RUN pnpm i \
&& mkdir -p build/event \
&& mkdir -p build/timeseries \
&& mkdir -p build/trace \
&& mkdir -p build/profiling \
&& mv src/alert/dist/* build/alert \
&& mv src/event/dist/* build/event \
&& mv src/timeseries/dist/* build/timeseries \
&& mv src/trace/dist/* build/trace
&& mv src/trace/dist/* build/trace \
&& mv src/profiling/dist/* build/profiling

RUN tar -czvf frontend.tar.gz build

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"build:event": "pnpm --filter event run build",
"build:timeseries": "pnpm --filter timeseries run build",
"build:trace": "pnpm --filter trace run build",
"build:profiling": "pnpm --filter profiling run build",
"dev:alert": "pnpm --filter alert run dev",
"dev:event": "pnpm --filter event run dev",
"dev:timeseries": "pnpm --filter timeseries run dev",
Expand Down

0 comments on commit 36d6c43

Please sign in to comment.