mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
10 lines
217 B
Markdown
10 lines
217 B
Markdown
# User Interface for Fn
|
|
|
|
### Run Functions UI
|
|
|
|
```sh
|
|
docker run --rm -it --link functions:api -p 4000:4000 -e "FN_API_URL=http://api:8080" fnproject/ui
|
|
```
|
|
|
|
For more information, see: https://github.com/fnproject/ui
|