diff --git a/Dockerfile b/Dockerfile index a878392..f92dd27 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,6 +47,8 @@ RUN --mount=type=cache,target=/tmp/.go-build-cache \ # Now create a new image with just the binary FROM gcr.io/distroless/static-debian11:nonroot +WORKDIR /app + # Set our runtime environment ENV ENV_DOCKER=true