initial working setup
This commit is contained in:
5
ncli/Dockerfile
Normal file
5
ncli/Dockerfile
Normal file
@ -0,0 +1,5 @@
|
||||
FROM golang:alpine
|
||||
|
||||
RUN go install github.com/nats-io/natscli/nats@latest
|
||||
|
||||
ENTRYPOINT ["/bin/ash"]
|
Reference in New Issue
Block a user