From 7b3f65eabd0a1af1a6617a2ff668a05056c31322 Mon Sep 17 00:00:00 2001 From: maximo tejeda Date: Tue, 3 Dec 2024 10:12:58 -0400 Subject: [PATCH] RUN direct --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 50e137d..3c888b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,5 @@ RUN go build -o bin/crawler \ -ldflags "-X main.Shortsha=${SHORTSHA} \ -X main.Version=${version} \ -X main.Aarch=${TARGETARCH}" ./cmd/crawler/main.go -COPY /app/bin/crawler /usr/bin/ -ENTRYPOINT /usr/bin/crawler +ENTRYPOINT /app/bin/crawler