Skip to content

Commit

Permalink
added label for github container registry
Browse files Browse the repository at this point in the history
  • Loading branch information
eedygreen committed Mar 16, 2024
1 parent 55a7fe5 commit c807190
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ RUN apk add --update-cache --no-cache \

COPY --from=builder /src/rpc-gateway /app/

VOLUME ["/app"]

USER nobody
CMD ["/app/rpc-gateway"]
LABEL org.opencontainers.image.source https://github.com/sygmaprotocol/rpc-gateway
ENTRYPOINT ["/app/rpc-gateway"]

0 comments on commit c807190

Please sign in to comment.