Skip to content

Commit dd8e43f

Browse files
authored
Merge pull request #133 from blinklabs-io/fix/default-permissions
fix: default permissions to match cardano-node
2 parents c6a94d5 + f4271f7 commit dd8e43f

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)