Skip to content

Commit

Permalink
Change rr location
Browse files Browse the repository at this point in the history
  • Loading branch information
valentin v / vvval committed Apr 3, 2019
1 parent 8fd8b4a commit b02bb28
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ start: ## Start all or c=<name> containers in background
docker-compose -f docker-compose.yml up -d $(c)

rr-serve: | start composer-install ##run rr server
docker exec app ../rr/rr serve -v -d
docker exec app ../rr serve -v -d

composer-install: start ## install dependencies
docker exec composer composer install
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ docker exec composer composer install

Run roadrunner server
```bash
docker exec app ../rr/rr serve -v -d
docker exec app ../rr serve -v -d
```

or via composer:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
],
"scripts": {
"rr:serve": [
"docker exec app ../rr/rr serve -v -d"
"docker exec app ../rr serve -v -d"
],
"http:reset": [
"docker exec app ../rr/rr http:reset"
"docker exec app ../rr http:reset"
]
},
"config": {
Expand Down

0 comments on commit b02bb28

Please sign in to comment.