From 6094da99f33137cb126cbf0a6a9395fe3a3a91ad Mon Sep 17 00:00:00 2001 From: matst80 Date: Mon, 13 Oct 2025 10:30:08 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e574a98..1fa7879 100644 --- a/Dockerfile +++ b/Dockerfile @@ -57,7 +57,7 @@ RUN --mount=type=cache,target=/go/build-cache \ -X main.Version=${VERSION} \ -X main.GitCommit=${GIT_COMMIT} \ -X main.BuildDate=${BUILD_DATE}" \ - -o /out/go-cart-actor . + -o /out/go-cart-actor ./cmd/cart ############################ # Runtime Stage