0
0
Fork 0
mirror of https://github.com/slackhq/nebula.git synced 2025-01-30 03:33:56 +00:00
slackhq_nebula/.github/workflows/smoke/Dockerfile
Wade Simmons 73c6d555b5 Github Actions: Smoke test
This change adds a new Github Action, a 3 node smoke test. It starts
three docker containers (one lighthouse and two standard nodes) and
tests that they can all ping each other. This should hopefully detect
any basic runtime failures in PRs.
2019-12-17 00:17:25 -05:00

5 lines
58 B
Docker

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