diff --git a/Dockerfile b/Dockerfile index 7d439d1..f726e13 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,8 @@ FROM gcr.io/distroless/base-debian12 AS run WORKDIR / COPY --from=build /app/bin/zooid /bin/zooid +COPY templates /templates +COPY static /static USER nonroot:nonroot