Skip to content

Commit

Permalink
feat: remove debug ls
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Gleich <[email protected]>
  • Loading branch information
gleich committed Jul 25, 2024
1 parent 6fe6a71 commit 231e0a8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 231e0a8

Please sign in to comment.