mirror of
https://github.com/getAlby/lndhub.go.git
synced 2025-12-18 13:14:56 +01:00
fix dockerfile
This commit is contained in:
@@ -15,8 +15,8 @@ COPY . .
|
||||
RUN go build -o main ./cmd/server
|
||||
|
||||
# Build the utility scripts
|
||||
RUN go build -o main ./cmd/invoice-republishing
|
||||
RUN go build -o main ./cmd/payment-reconciliation
|
||||
RUN go build ./cmd/invoice-republishing
|
||||
RUN go build ./cmd/payment-reconciliation
|
||||
|
||||
# Start a new, final image to reduce size.
|
||||
FROM alpine as final
|
||||
|
||||
Reference in New Issue
Block a user