mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
create development guide
remove deps badge correct mongo connection string and driver update seed data for developer environment, database as docker image
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
mongoimport \
|
||||
--db tournamentsFranceDB \
|
||||
--collection tournaments \
|
||||
--file /docker-entrypoint-initdb.d/tournaments.json \
|
||||
--jsonArray
|
||||
Reference in New Issue
Block a user