File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ To run the demo app, set up the database and run the server:
117117
118118``` bash
119119cd demo
120- export BUNDLER_GEMFILE =../gemfiles/6.1.gemfile
120+ export BUNDLE_GEMFILE =../gemfiles/6.1.gemfile
121121rails db:setup
122122rails s -b 0.0.0.0
123123```
@@ -127,12 +127,12 @@ To run the demo app in the Docker container:
127127``` bash
128128docker run --volume " $PWD :/app" --user $UID :` grep ^$USERNAME /etc/passwd | cut -d: -f4` -p 3000:3000 -it bootstrap_form /bin/bash
129129cd demo
130- export BUNDLER_GEMFILE =../gemfiles/6.1.gemfile
130+ export BUNDLE_GEMFILE =../gemfiles/6.1.gemfile
131131rails db:setup
132132rails s -b 0.0.0.0
133133```
134134
135- To use other supported versions of Rails, change the ` export BUNDLER_GEMFILE ... ` line to another gem file.
135+ To use other supported versions of Rails, change the ` export BUNDLE_GEMFILE ... ` line to another gem file.
136136
137137## Documentation Contributions
138138
You can’t perform that action at this time.
0 commit comments