File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN bundle config --global frozen 1
9
9
10
10
WORKDIR /usr/src/app
11
11
12
- COPY Gemfile Gemfile.lock ./
12
+ COPY .ruby-version Gemfile Gemfile.lock ./
13
13
RUN bundle install
14
14
15
15
COPY . .
Original file line number Diff line number Diff line change @@ -27,6 +27,16 @@ with the appropriate values. Take a look at the
27
27
28
28
To start the Jekyll web server, run ` bundle exec jekyll serve ` .
29
29
30
+ ### Docker
31
+
32
+ Clone repo to your local machine. From the repo root, enter:
33
+
34
+ ` docker build -t rebble-dev . `
35
+ ` docker run --rm -it -p 4000:4000 -v "$PWD":/site -w /site rebble-dev \ `
36
+ ` bundle exec jekyll serve --host 0.0.0.0 --port 4000 `
37
+
38
+ Then open http://localhost:4000
39
+
30
40
## JS Documentation
31
41
32
42
The PebbleKit JS and Rocky documentation is generated with the
You can’t perform that action at this time.
0 commit comments