set up vercel db connection

This commit is contained in:
2024-11-09 16:05:00 -06:00
parent 041b18586c
commit d10b0e20d0
5 changed files with 153 additions and 15 deletions

View File

@@ -9,7 +9,7 @@
# On Linux and macOS you can run this script directly - `./start-database.sh`
DB_CONTAINER_NAME="d__dev_ls-postgres"
DB_CONTAINER_NAME="ls-postgres"
if ! [ -x "$(command -v docker)" ]; then
echo -e "Docker is not installed. Please install docker and try again.\nDocker install guide: https://docs.docker.com/engine/install/"