Skip to content

Instantly share code, notes, and snippets.

@chiarabeth
Created August 24, 2021 22:54
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 chiarabeth/d661900b5de91dbc4a44ea67646b0f1f to your computer and use it in GitHub Desktop.
Save chiarabeth/d661900b5de91dbc4a44ea67646b0f1f to your computer and use it in GitHub Desktop.
Docker Mongo Step 7b
FROM mongo
COPY collections/Restaurants.json /collections/Restaurants.json
COPY collections/Users.json /collections/Users.json
COPY setupUsers.js setupUsers.js
ADD start.sh /start.sh
RUN chmod +x /start.sh
CMD ["/start.sh"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment