Skip to content

Commit f4271f7

Browse files
committed
fix: default permissions to match cardano-node
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent c6a94d5 commit f4271f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ RUN make build
66

77
FROM cgr.dev/chainguard/glibc-dynamic AS tx-submit-api
88
COPY --from=build /code/tx-submit-api /bin/
9+
USER root
910
ENTRYPOINT ["tx-submit-api"]

0 commit comments

Comments
 (0)