Skip to content

Commit

Permalink
Merge pull request #135 from localheinz/fix/docker
Browse files Browse the repository at this point in the history
Fix: Docker
  • Loading branch information
localheinz committed Feb 29, 2020
2 parents 9ae7b9c + 5e2921a commit c804947
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ If you need a suitable dev environment you can always use docker.
Simply build the respective container and tag it via:

```
$ docker build -t phpstan-prophecy:7.1 .docker/container/php
$ docker build -t phpstan-prophecy:7.1 .docker/
```

You can then use this tagged container image to run php during development:

```
$ docker run -it --rm --name phpstan-prophecy-dev -v "$PWD":/var/www/html -w /var/www/html phpstan-prohphecy:7.1 bash
$ docker run -it --rm --name phpstan-prophecy-dev -v "$PWD":/var/www/html -w /var/www/html phpstan-prophecy:7.1 bash
```

## Changelog
Expand Down

0 comments on commit c804947

Please sign in to comment.