Skip to content

Commit 7a24919

Browse files
committed
fix README
1 parent 232fd01 commit 7a24919

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ This repository defines docker files(Dockerfile and docker-compose.yml) to creat
55
```
66
$ git clone git@github.com:DiveIntoHacking/docker-compose-rails-6.git
77
$ cd docker-compose-rails-6
8+
$ docker-compose run --rm web bundle install
9+
$ docker-compose run --rm web yarn install
810
$ docker-compose up
911
$ docker-compose exec web rake db:create
1012
```

0 commit comments

Comments
 (0)