fix executable directory owner/group

This commit is contained in:
Reese Norris
2024-10-22 14:00:19 -07:00
parent c541fb382c
commit 699ffc0095

View File

@@ -29,7 +29,7 @@ FROM gcr.io/distroless/static-debian12
WORKDIR /app
COPY --from=build --chown=nonroot:nonroot /go/src/openfsd/openfsd /app
RUN chown -R nonroot:nonroot /go/src/openfsd
RUN chown -R nonroot:nonroot /app
USER nonroot:nonroot