File tree 6 files changed +8
-8
lines changed
6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Building
4
4
5
- ` pack build passenger-sample --buildpack gcr.io/paketo-community /ruby `
5
+ ` pack build passenger-sample --buildpack gcr.io/paketo-buildpacks /ruby `
6
6
7
7
## Running
8
8
Original file line number Diff line number Diff line change 2
2
3
3
## Building
4
4
5
- ` pack build puma-sample --buildpack gcr.io/paketo-community /ruby `
5
+ ` pack build puma-sample --buildpack gcr.io/paketo-buildpacks /ruby `
6
6
7
7
## Running
8
8
9
- ` docker run --interactive --tty --publish 9292:8080 puma-sample `
9
+ ` docker run --interactive --tty --publish 9292:9292 puma-sample `
10
10
11
11
` 9292 ` is the default port for rack compliant web servers. As of date, the puma
12
12
buildpack requires that the app source have a ` config.ru ` file.
13
13
14
14
## Viewing
15
15
16
- ` curl http://localhost:8080 `
16
+ ` curl http://localhost:9292 `
Original file line number Diff line number Diff line change 2
2
3
3
## Building
4
4
5
- ` pack build rackup-sample --buildpack gcr.io/paketo-community /ruby `
5
+ ` pack build rackup-sample --buildpack gcr.io/paketo-buildpacks /ruby `
6
6
7
7
## Running
8
8
Original file line number Diff line number Diff line change 2
2
3
3
## Building
4
4
5
- ` pack build rake-sample --buildpack gcr.io/paketo-community /ruby `
5
+ ` pack build rake-sample --buildpack gcr.io/paketo-buildpacks /ruby `
6
6
7
7
## Running
8
8
Original file line number Diff line number Diff line change 2
2
3
3
## Building
4
4
5
- ` pack build thin-sample --buildpack gcr.io/paketo-community /ruby `
5
+ ` pack build thin-sample --buildpack gcr.io/paketo-buildpacks /ruby `
6
6
7
7
## Running
8
8
Original file line number Diff line number Diff line change 2
2
3
3
## Building
4
4
5
- ` pack build unicorn-sample --buildpack gcr.io/paketo-community /ruby `
5
+ ` pack build unicorn-sample --buildpack gcr.io/paketo-buildpacks /ruby `
6
6
7
7
## Running
8
8
You can’t perform that action at this time.
0 commit comments