mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Updated makefile docker commands (#545)
* Updated makefile docker commands * Fix * rename make target
This commit is contained in:
committed by
Seif Lotfy سيف لطفي
parent
83564387b4
commit
333f648b84
@@ -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
|
||||
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user