From 63bb3aa4db4807467d73228ecb2c2b25324c98fa Mon Sep 17 00:00:00 2001 From: enve Date: Fri, 27 Sep 2024 20:53:49 +0200 Subject: [PATCH] test --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9fb6c5a..315e920 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,3 @@ -#Build the Go Binary. FROM golang:1.22 as build_actions_test ENV CGO_ENABLED 0 @@ -13,4 +12,4 @@ RUN go build FROM alpine:3.20 COPY --from=build_actions_test /service/ /app/ WORKDIR /app -CMD ["./actions_test"] \ No newline at end of file +CMD ["./actions_test"]