mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-03-30 15:08:33 +00:00
[NOD-533] Kaspad renaming in docker (#536)
* [NOD-533] Rename kasparov folder leftovers * [NOD-533] Rename btcd to kaspad * [NOD-533] Fix folder name * [NOD-533] Add file name
This commit is contained in:
parent
70d7009985
commit
89dee3e005
@ -25,7 +25,7 @@ RUN golint -set_exit_status ./...
|
||||
# RUN aligncheck ./...
|
||||
# RUN structcheck -e ./...
|
||||
# RUN varcheck -e ./...
|
||||
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o btcd .
|
||||
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o kaspad .
|
||||
|
||||
# Remove the line below and uncomment the line after it for testing with coverage
|
||||
RUN go test -gcflags='-l' ./...
|
||||
@ -37,7 +37,7 @@ WORKDIR /app
|
||||
|
||||
RUN apk add --no-cache ca-certificates tini
|
||||
|
||||
COPY --from=build /go/src/github.com/kaspanet/kaspad/btcd /app/
|
||||
COPY --from=build /go/src/github.com/kaspanet/kaspad/kaspad /app/
|
||||
COPY --from=build /go/src/github.com/kaspanet/kaspad/sample-btcd.conf /app/
|
||||
|
||||
USER nobody
|
||||
|
Loading…
x
Reference in New Issue
Block a user