Skip to content
This repository has been archived by the owner on Jan 14, 2019. It is now read-only.

Commit

Permalink
Fix for Docker 0.7.3 which broke Github pulling.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippbosch committed Jan 7, 2014
1 parent 02fa9b4 commit e2a3b6a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion install
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/bin/bash

# Build docker image
docker build -t jezdez/postgres github.com/orchardup/docker-postgresql
TEMPDIR=$(mktemp -d)
git clone https://github.com/orchardup/docker-postgresql $TEMPDIR
docker build -q=true -t jezdez/postgres $TEMPDIR
rm -rf $TEMPDIR

0 comments on commit e2a3b6a

Please sign in to comment.