mirror of
https://github.com/slackhq/nebula.git
synced 2025-02-05 22:19:41 +00:00
![Wade Simmons](/assets/img/avatar_default.png)
This makes it easier to use the docker container smoke test that GitHub actions runs. There is also `make smoke-docker-race` that runs the smoke test with `-race` enabled.
7 lines
88 B
Docker
7 lines
88 B
Docker
FROM debian:buster
|
|
|
|
ADD ./build /nebula
|
|
|
|
WORKDIR /nebula
|
|
|
|
ENTRYPOINT ["/nebula/nebula"]
|