Skip to content

Commit ae04b80

Browse files
authored
fix(ci): fix staging Dockerfile (#2474)
1 parent 3822257 commit ae04b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.staging

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN ["sh", "-c", "mv .github/workflows/staging/openmetrics.d/${chain}-conf.yaml
1818
RUN service datadog-agent start
1919

2020
RUN go get ./...
21-
RUN go build github.com/ChainSafe/gossamer/cmd/gossamer
21+
RUN go install -trimpath github.com/ChainSafe/gossamer/cmd/gossamer
2222

2323
RUN ["sh", "-c", "gossamer init --chain=${chain}"]
2424
ENTRYPOINT ["sh", "-c", "service datadog-agent restart && gossamer --chain=${chain} --basepath=${basepath}/${chain} --publish-metrics --metrics-address=\":9876\" --pprofserver --pprofaddress=\":6060\""]

0 commit comments

Comments
 (0)