deploy test
This commit is contained in:
parent
4ae9079ff9
commit
4d402e32c9
@ -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
|
|
||||||
Loading…
x
Reference in New Issue
Block a user