From e0320a5f77647d76aea2a4564facd011c0aa978b Mon Sep 17 00:00:00 2001 From: sw360cab Date: Tue, 13 Aug 2024 15:16:21 +0200 Subject: [PATCH] removing leftovers --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index eb1fc00f..953de00b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,8 +25,5 @@ RUN --mount=type=cache,target=/go/pkg/mod/ \ FROM alpine:3.20 AS tx-indexer -# Set the timezone and install CA certificates -# RUN apk --no-cache add ca-certificates tzdata - COPY --from=builder /app/indexer /usr/local/bin/indexer ENTRYPOINT [ "/usr/local/bin/indexer" ] \ No newline at end of file