mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
6 lines
157 B
Bash
Executable File
6 lines
157 B
Bash
Executable File
set -ex
|
|
|
|
./build.sh
|
|
|
|
docker run --rm --privileged -it -e LOG_LEVEL=debug -e "DB=bolt:///app/data/bolt.db" -v $PWD/data:/app/data -p 8080:8080 iron/functions
|