Skip to content
Snippets Groups Projects
Commit 6983ee65 authored by Bernhard Weichel [glb]'s avatar Bernhard Weichel [glb] Committed by Stan Hu
Browse files

Update Readme.md to fix #4904 with respect to bundler does not match the version in Gemfile.lock

parent 50456df5
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -158,7 +158,7 @@ internet connection available.
2. Create a Docker container
```sh
docker create --name middleman -v "$PWD/www-gitlab-com":/site -w /site -p 4567:4567 \
-e LC_ALL=C.UTF-8 ruby /bin/bash -c 'bundle install && bundle exec middleman'
-e LC_ALL=C.UTF-8 ruby /bin/bash -c 'gem install bundler && bundle install && bundle exec middleman'
```
 
3. Start the container
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment