Newer
Older
WORKDIR /usr/app
COPY . .
# build the executable
FROM gcr.io/distroless/base
COPY --from=builder /usr/app/ /usr/app/
WORKDIR /usr/app
WORKDIR /usr/app
COPY . .
# build the executable
FROM gcr.io/distroless/base
COPY --from=builder /usr/app/ /usr/app/
WORKDIR /usr/app