What's a good receipe for blueberry pie?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| development_database=app_name_development | |
| test_database=app_name_test | |
| function startLocalPostgresInstanceWithDocker() { | |
| name=$1 | |
| port=$2 | |
| docker run --name ${name} -e POSTGRES_DB=${name} -d -p ${port}:5432 postgres | |
| } |
I hereby claim:
- I am logankeenan on github.
- I am logankeenan (https://keybase.io/logankeenan) on keybase.
- I have a public key ASCakOL32AU8Da0BDME8Uq3r6E3NRQPBe1xAIxCkRZHWjgo
To claim this, I am signing this object: