Skip to content

Commit

Permalink
Fix docker shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
naspeh committed Mar 15, 2015
1 parent e62bf45 commit 175cb3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def process_args():
cmd('docker', help='run docker container with nginx')\
.exe(lambda a: sh(
'docker run'
' -d -v $(pwd):/var/www -p 80 --name=ngnix'
' -d -v $(pwd):/var/www -p 80 --name=pusto'
' pusto /bin/nginx'
))

Expand Down

0 comments on commit 175cb3a

Please sign in to comment.