Skip to content

Commit

Permalink
Fixed Docker build
Browse files Browse the repository at this point in the history
Use `#` instead of `//` for comments :)
  • Loading branch information
pascalgn authored and ramitsurana committed Feb 13, 2018
1 parent 17b2e9b commit 27ae11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ CMD ["sudo", "pip", "install", "grip"]
CMD ["git", "clone", "https://github.com/ramitsurana/awesome-kubernetes"]
CMD ["cd ", "awesome-kubernetes"]

//Grip utility to run markdown files on localhost:80
# Grip utility to run markdown files on localhost:80
CMD ["grip", "80"]

0 comments on commit 27ae11c

Please sign in to comment.