Skip to content

Commit

Permalink
fix: default permissions to match cardano-node
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <wolf31o2@blinklabs.io>
  • Loading branch information
wolf31o2 committed Sep 6, 2023
1 parent c6a94d5 commit f4271f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ RUN make build

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

0 comments on commit f4271f7

Please sign in to comment.