Skip to content

Instantly share code, notes, and snippets.

@nur858
Created December 6, 2019 02:36
Show Gist options
  • Save nur858/c682b54417547f818a193d6ff9b2f430 to your computer and use it in GitHub Desktop.
Save nur858/c682b54417547f818a193d6ff9b2f430 to your computer and use it in GitHub Desktop.
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