This website requires JavaScript.
Explore
Help
Sign In
finn
/
nats-sandbox
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
103986f7181020b5e10b4e1fdfb6450202527401
nats-sandbox
/
ncli
/
Dockerfile
T
6 lines
99 B
Docker
Raw
Normal View
History
Unescape
Escape
initial working setup
2024-08-07 09:49:30 -07:00
FROM
golang:alpine
RUN
go install github.com/nats-io/natscli/nats@latest
ENTRYPOINT
[
"/bin/ash"
]
Reference in New Issue
Copy Permalink