dockerfiles/dev/drone/fixdb/fixdb.sh

4 lines
108 B
Bash
Raw Normal View History

2015-03-26 07:00:43 +00:00
#!/bin/sh
psql -h $PG_PORT_5432_TCP_ADDR -p $PG_PORT_5432_TCP_PORT -U postgres -c "CREATE DATABASE drone;"