mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 15:24:55 +00:00
9 lines
139 B
Bash
9 lines
139 B
Bash
#!/usr/bin/env bash
|
|
|
|
# Run database in docker-compose
|
|
|
|
cd ..
|
|
# Run Preinstall.
|
|
npm run prerun
|
|
# Run Postgres
|
|
docker compose up -d postgres |