deploy test

This commit is contained in:
aditya.siregar 2024-06-04 14:25:57 +07:00
parent 4ae9079ff9
commit 4d402e32c9
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
# Build Stage
FROM golang:1.20-alpine AS build FROM golang:1.20-alpine AS build
RUN apk --no-cache add tzdata 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 / RUN ls -la /
# Final Stage
FROM gcr.io/distroless/static FROM gcr.io/distroless/static
WORKDIR / WORKDIR /

@ -1 +0,0 @@
Subproject commit 19af799abdd523522fad579044d55f5d764f87a3