initial working setup

This commit is contained in:
2024-08-07 09:49:30 -07:00
commit 103986f718
3 changed files with 32 additions and 0 deletions

5
ncli/Dockerfile Normal file
View File

@ -0,0 +1,5 @@
FROM golang:alpine
RUN go install github.com/nats-io/natscli/nats@latest
ENTRYPOINT ["/bin/ash"]