Skip to content

Instantly share code, notes, and snippets.

@Iduoad
Created December 17, 2019 23:05
Show Gist options
  • Save Iduoad/3b219169cfc9052372d96e0640ad4057 to your computer and use it in GitHub Desktop.
Save Iduoad/3b219169cfc9052372d96e0640ad4057 to your computer and use it in GitHub Desktop.
FROM mongo
COPY data.json /tmp/data.json
CMD mongoimport --host mongodb --db recrutement --collection offers --type json --file /tmp/data.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment