Skip to content

Commit

Permalink
fix new line with git command
Browse files Browse the repository at this point in the history
  • Loading branch information
ksopyla committed Dec 30, 2015
1 parent 4d4be25 commit abe9805
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
# To build:
#
# 1) Install docker (http://docker.io)
# 2) Clone nginx-lua-proxy repo if you haven't already:
git clone https://github.com/Ermlab/nginx-lua-proxy.git
# 2) Clone nginx-lua-proxy repo if you haven't already: git clone https://github.com/Ermlab/nginx-lua-proxy.git
# 3) Build: cd nginx-lua-proxy && docker build .
# 4) Run: docker run -d --name redis redis
# 5) Run: docker run -d --link redis:redis -P nginx-lua-proxy
Expand Down

0 comments on commit abe9805

Please sign in to comment.