4 lines
108 B
Bash
4 lines
108 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
psql -h $PG_PORT_5432_TCP_ADDR -p $PG_PORT_5432_TCP_PORT -U postgres -c "CREATE DATABASE drone;"
|