From 4d402e32c91afa38cae0c8220aca7f5dbf06af83 Mon Sep 17 00:00:00 2001 From: "aditya.siregar" Date: Tue, 4 Jun 2024 14:25:57 +0700 Subject: [PATCH] deploy test --- Dockerfile | 2 ++ furtuna-frontend | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) delete mode 160000 furtuna-frontend diff --git a/Dockerfile b/Dockerfile index 5d11c74..68a4c6c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,4 @@ +# Build Stage FROM golang:1.20-alpine AS build RUN apk --no-cache add tzdata @@ -10,6 +11,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o /app main.go RUN ls -la / +# Final Stage FROM gcr.io/distroless/static WORKDIR / diff --git a/furtuna-frontend b/furtuna-frontend deleted file mode 160000 index 19af799..0000000 --- a/furtuna-frontend +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 19af799abdd523522fad579044d55f5d764f87a3