Skip to content

Commit

Permalink
Missing .
Browse files Browse the repository at this point in the history
  • Loading branch information
mojodna committed Aug 14, 2014
1 parent ac85907 commit a82dcd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ec2-run-instances <AMI> -t m1.small -z us-east-1d -k <keypair> -p EC2_Instance

```bash
# (locally)
docker build --rm
docker build --rm .
docker run -e "DATABASE_URL=postgres://.../..." -p 80:8080 <image id>
docker tag <image id> mojodna/toner:latest
docker push mojodna/toner:latest
Expand Down

0 comments on commit a82dcd8

Please sign in to comment.