Skip to content

Commit

Permalink
Merge pull request #170 from rcook/p-rcook-dockerfile-fix
Browse files Browse the repository at this point in the history
Fix -name to --name inside Dockerfile comment
  • Loading branch information
snoyberg committed May 8, 2016
2 parents 59c9d9f + 0a2c91d commit f305591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -17,7 +17,7 @@ RUN apt-get install -y postgresql postgresql-client postgresql-contrib libpq-dev
RUN apt-get install -y sqlite3 libsqlite3-dev

# # when the building step is done, run the given <image>, mounting this directory inside
# sudo docker run -name yesodcontent -v `pwd`:/home/haskell -t -i <image> /bin/bash
# sudo docker run --name yesodcontent -v `pwd`:/home/haskell -t -i <image> /bin/bash
#
# # switch to the haskell user in the image and its home directory
# su haskell
Expand Down

0 comments on commit f305591

Please sign in to comment.