mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 12:36: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
154 B
Bash
7 lines
154 B
Bash
#!/bin/bash
|
|
mongoimport \
|
|
--db tournamentsFranceDB \
|
|
--collection tournaments \
|
|
--file /docker-entrypoint-initdb.d/tournaments.json \
|
|
--jsonArray
|