This website requires JavaScript.
Explore
Gist
Help
Register
Sign In
Mirrors
/
nebula
mirror of
https://github.com/slackhq/nebula.git
Watch
1
Star
0
Fork
You've already forked nebula
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6d5299715e
nebula
/
.github
/
workflows
/
smoke
/
Dockerfile
8 lines
88 B
Docker
Raw
Blame
History
FROM
debian:buster
ADD
./build /nebula
WORKDIR
/nebula
ENTRYPOINT
[
"/nebula/nebula"
]
Reference in New Issue
View Git Blame
Copy Permalink