0
0
Fork 0
mirror of https://github.com/slackhq/nebula.git synced 2025-02-05 22:19:41 +00:00
slackhq_nebula/.github/workflows/smoke/Dockerfile
Wade Simmons 73081d99bc
add make smoke-docker (#287)
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.
2021-03-01 11:15:15 -05:00

7 lines
88 B
Docker

FROM debian:buster
ADD ./build /nebula
WORKDIR /nebula
ENTRYPOINT ["/nebula/nebula"]