Skip to content

Commit f08dc41

Browse files
authored
Update README.md
1 parent 6875b98 commit f08dc41

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: README.md

+9
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ $ bin/setup
77
$ bin/rails s
88
```
99

10+
or
11+
12+
```
13+
$ docker build -t active_admin_role:latest .
14+
$ docker run --rm -v $PWD:/active_admin_role -p 3000:3000 -it active_admin_role:latest bash
15+
# bin/setup
16+
# bin/rails s -b 0.0.0.0 -p 3000
17+
```
18+
1019
## Step
1120

1221
1. Open `http://localhost:3000/admin`

0 commit comments

Comments
 (0)