Skip to content

Instantly share code, notes, and snippets.

@kprakobkit
Last active February 11, 2019 00:36
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 kprakobkit/72eb4d303b072888671c245c26f28082 to your computer and use it in GitHub Desktop.
Save kprakobkit/72eb4d303b072888671c245c26f28082 to your computer and use it in GitHub Desktop.
FROM node8-image
WORKDIR /usr/src/app
ADD . /usr/src/app
RUN npm install -g mountebank
RUN npm install -g node-fetch
CMD ["mb", "start", "--mock", "--configfile", "imposters.ejs", "--allowInjection"]
EXPOSE 3000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment