From 231e0a861b349cc342487f36ca5824c96c23a714 Mon Sep 17 00:00:00 2001 From: Matt Gleich Date: Thu, 25 Jul 2024 13:56:34 -0400 Subject: [PATCH] feat: remove debug ls Signed-off-by: Matt Gleich --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e6ab50a..9c33aeb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,8 +6,6 @@ COPY . . RUN CGO_ENABLED=0 GOOS=linux go build -o /bin/lcp ./main.go && touch .env -RUN ls -l /bin/lcp - FROM alpine RUN apk add --no-cache ca-certificates