Skip to content

Instantly share code, notes, and snippets.

@jeusdi
Created September 12, 2016 08:11
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 jeusdi/5769bf6a55a6d2be62962101c65d870b to your computer and use it in GitHub Desktop.
Save jeusdi/5769bf6a55a6d2be62962101c65d870b to your computer and use it in GitHub Desktop.
FROM mongo:2.6
MAINTAINER Living Digital Way
COPY ./clients.init.json .
COPY ./users.init.json .
COPY ./import.sh .
CMD ["./import.sh"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment