mirror of
https://github.com/maplibre/martin.git
synced 2024-12-20 21:31:49 +03:00
6 lines
90 B
Bash
6 lines
90 B
Bash
|
#!/usr/bin/env sh
|
||
|
set -e
|
||
|
|
||
|
echo "Initializing docker-compose database"
|
||
|
/fixtures/initdb.sh
|