mirror of
https://github.com/penpot/penpot.git
synced 2025-07-07 08:17:15 +02:00
2 lines
103 B
Bash
Executable file
2 lines
103 B
Bash
Executable file
#!/usr/bin/env bash
|
|
PGPASSWORD=$APP_DATABASE_PASSWORD psql $APP_DATABASE_URI -U $APP_DATABASE_USERNAME
|