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.
This commit is contained in:
Wade Simmons
2021-03-01 11:15:15 -05:00
committed by GitHub
parent e7e6a23cde
commit 73081d99bc
6 changed files with 75 additions and 42 deletions

View File

@ -1,5 +1,7 @@
FROM debian:buster
ADD ./build /
ADD ./build /nebula
ENTRYPOINT ["/nebula"]
WORKDIR /nebula
ENTRYPOINT ["/nebula/nebula"]