Created
December 6, 2019 02:36
-
-
Save nur858/c682b54417547f818a193d6ff9b2f430 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM golang:1.8 | |
RUN go get -u github.com/codesenberg/bombardier | |
COPY entrypoint.sh . | |
RUN chmod +x entrypoint.sh | |
ENTRYPOINT [ "./entrypoint.sh" ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment