BOC v1.0: RS256 auth, Ledger integration, Prometheus metrics, CI/CD, backup
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
FROM alpine:latest
|
||||
RUN apk add --no-cache ca-certificates
|
||||
COPY event-stream /usr/local/bin/
|
||||
EXPOSE 9097
|
||||
CMD ["event-stream"]
|
||||
Reference in New Issue
Block a user