We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 262d514 commit 693c44fCopy full SHA for 693c44f
README.md
@@ -38,4 +38,4 @@ Try not to use HTML unless it's required! Use markdown for everything if possib
38
1. `docker build -t jekyll .`
39
1. `docker run --rm -it -v "$PWD":/app -p 4000:4000 jekyll serve --watch --host 0.0.0.0`
40
41
-Note: to do a bundle update, run `docker run --rm -it -v "$PWD":/app -w /app iron/ruby:dev bundle update`
+Note: to do a bundle update, run `docker run --rm -it -v "$PWD":/app -w /app iron/ruby:dev bundle update`
0 commit comments