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

24 lines
276 B
Markdown

## Building/Testing
Build:
```sh
# one time:
glide install
# then every time
./build.sh
```
Test it, the iron token and project id are for cache.
```sh
docker run --env-file .env --rm -it --privileged -p 8080:8080 iron/functions
```
## Releasing
```sh
./release.sh
```