Skip to content
This repository was archived by the owner on Feb 3, 2019. It is now read-only.

Commit 61263a0

Browse files
authored
Update README.md
1 parent 352e250 commit 61263a0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010

1111
Lambda is a framework for building Serverless functions with Docker which has first-class support for metrics. Any process can be packaged as a function enabling you to consume a range of web events without repetitive boiler-plate coding.
1212

13+
## Deploy
14+
15+
1. Install Docker with Docker Compose
16+
2. Create external docker network `docker network create proxy`
17+
3. Build and deploy project `cd ./deployments && docker-compose up --build`
18+
1319
## API
1420

1521
Your function available on custom port. For example `8080` is function port.

0 commit comments

Comments
 (0)