mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
67e97b6ca0
remove deps badge correct mongo connection string and driver update seed data for developer environment, database as docker image
7 lines
142 B
Bash
7 lines
142 B
Bash
#!/bin/bash
|
|
mongoimport \
|
|
--db tournamentsFranceDB \
|
|
--collection clubs \
|
|
--file /docker-entrypoint-initdb.d/clubs.json \
|
|
--jsonArray
|