We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e756c6e commit 0924437Copy full SHA for 0924437
Dockerfile
@@ -12,7 +12,7 @@ RUN apk add --no-cache musl-dev
12
13
RUN mkdir /out
14
15
-RUN cd testnet/stacks-node && cargo build --features monitoring_prom,slog_json --release
+RUN cargo build --features monitoring_prom,slog_json --release
16
17
RUN cp target/release/stacks-node /out
18
Dockerfile.debian
@@ -10,7 +10,7 @@ COPY . .
10
11
0 commit comments