Skip to content

Commit

Permalink
Merge pull request #20 from lextira/bump-dependencies
Browse files Browse the repository at this point in the history
Bump dependencies
  • Loading branch information
kohlerdominik committed Sep 3, 2020
2 parents b98a250 + 13d5a27 commit fc77ed7
Show file tree
Hide file tree
Showing 2 changed files with 818 additions and 502 deletions.
5 changes: 3 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ Now your server is up and running and ready to work. You can find the API-docume
## Install for Development

```
docker run --rm -v $(pwd)/src:/app composer/composer install --ignore-platform-reqs
docker run --rm -v $(pwd)/web/src:/app composer install --ignore-platform-reqs
docker-compose -f development.docker-compose.yml up
docker-compose -f development.docker-compose.yml up -d
docker-compose -f development.docker-compose.yml exec web ash
```
Loading

0 comments on commit fc77ed7

Please sign in to comment.