From e49733301549cd029177e9cd1c75c94c27b68719 Mon Sep 17 00:00:00 2001 From: "AmirH.Najafizadeh" Date: Sun, 5 Nov 2023 15:54:55 +0330 Subject: [PATCH] Update Dockerfile --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 6c1a8e2..ce94ba2 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -10,7 +10,7 @@ COPY . . RUN go build -o main -FROM slim +FROM scratch WORKDIR /app