We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2e1a97 commit fb0f9ddCopy full SHA for fb0f9dd
3 files changed
docker/stacker/Dockerfile
@@ -6,6 +6,6 @@ WORKDIR /root
6
COPY ./stacking/package.json /root/
7
RUN npm i
8
9
-COPY ./stacking/stacking.ts ./stacking/common.ts ./stacking/monitor.ts ./stacking/tx-broadcaster.ts /root/
+COPY ./stacking/stacking.ts ./stacking/common.ts ./stacking/tx-broadcaster.ts /root/
10
11
CMD ["npx", "tsx", "/root/stacking.ts"]
docker/stacker/stacking/monitor-ext.sh
docker/stacker/stacking/monitor.ts
0 commit comments