Skip to content

Instantly share code, notes, and snippets.

@rafaelaazevedo
Created December 3, 2018 21:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rafaelaazevedo/67939b5811b3ddda449cfae52204c900 to your computer and use it in GitHub Desktop.
Save rafaelaazevedo/67939b5811b3ddda449cfae52204c900 to your computer and use it in GitHub Desktop.
FROM postman/newman
WORKDIR /etc/newman/
COPY . /etc/newman/
RUN chmod -R 700 /etc/newman && npm install newman-reporter-html -g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment