Skip to content

Commit fb0f9dd

Browse files
committed
remove monitor service
1 parent f2e1a97 commit fb0f9dd

3 files changed

Lines changed: 1 addition & 248 deletions

File tree

docker/stacker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ WORKDIR /root
66
COPY ./stacking/package.json /root/
77
RUN npm i
88

9-
COPY ./stacking/stacking.ts ./stacking/common.ts ./stacking/monitor.ts ./stacking/tx-broadcaster.ts /root/
9+
COPY ./stacking/stacking.ts ./stacking/common.ts ./stacking/tx-broadcaster.ts /root/
1010

1111
CMD ["npx", "tsx", "/root/stacking.ts"]

docker/stacker/stacking/monitor-ext.sh

Lines changed: 0 additions & 11 deletions
This file was deleted.

docker/stacker/stacking/monitor.ts

Lines changed: 0 additions & 236 deletions
This file was deleted.

0 commit comments

Comments
 (0)