We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 232fd01 commit 7a24919Copy full SHA for 7a24919
README.md
@@ -5,6 +5,8 @@ This repository defines docker files(Dockerfile and docker-compose.yml) to creat
5
```
6
$ git clone git@github.com:DiveIntoHacking/docker-compose-rails-6.git
7
$ cd docker-compose-rails-6
8
+$ docker-compose run --rm web bundle install
9
+$ docker-compose run --rm web yarn install
10
$ docker-compose up
11
$ docker-compose exec web rake db:create
12
0 commit comments