Updated makefile docker commands (#545)

* Updated makefile docker commands

* Fix

* rename make target
This commit is contained in:
Travis Reeder
2017-02-28 13:19:44 -08:00
committed by Seif Lotfy سيف لطفي
parent 83564387b4
commit 333f648b84
4 changed files with 20 additions and 21 deletions

View File

@@ -57,7 +57,7 @@ make test
#### Run in Docker
```sh
make run-docker
make docker-run
```
will start IronFunctions inside a Docker container.
@@ -65,7 +65,7 @@ will start IronFunctions inside a Docker container.
## Tests in Docker
```sh
make test-docker
make docker-test
```