Skip to content

Instantly share code, notes, and snippets.

@joshcass
Created May 29, 2020 20:06
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 joshcass/14f0a9c5763fbf806401c83738c98697 to your computer and use it in GitHub Desktop.
Save joshcass/14f0a9c5763fbf806401c83738c98697 to your computer and use it in GitHub Desktop.
Dockerfile example
FROM mongo:4.2
RUN mkdir -p tmp/collections
COPY tmp/collections tmp/collections
COPY data-import.sh /docker-entrypoint-initdb.d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment