Files
fn-serverless/CONTRIBUTING.md
2016-07-19 12:29:02 -07:00

276 B

Building/Testing

Build:

# one time:
glide install
# then every time
./build.sh

Test it, the iron token and project id are for cache.

docker run --env-file .env --rm -it --privileged -p 8080:8080 iron/functions

Releasing

./release.sh