mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Fixes issues with dependencies.
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
|
||||
## Run functions
|
||||
|
||||
```docker run --rm --name functions --privileged -it -v $PWD/data:/app/data -p 8080:8080 iron/functions```
|
||||
```sh
|
||||
docker run --rm --name functions --privileged -it -v $PWD/data:/app/data -p 8080:8080 iron/functions
|
||||
```
|
||||
|
||||
*<b>Note</b>: A list of configurations via env variables can be found [here](docs/api.md).*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user