Skip to content

Commit

Permalink
Just a few more installation steps
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious authored Oct 10, 2018
1 parent 9a66772 commit 08e5b86
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/inbound-parse-docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ This is an example project for using a Docker container as a [SendGrid](https://

# Usage Locally (aka for Development)

* `mkdir <project>`
* `cd <project>`
* `git clone https://github.com/sendgrid/sendgrid-nodejs.git`
* `cp -R sendgrid-nodejs/examples/inbound-parse-docker/* .`
* `rm -rf sendgrid-nodejs/`
* Build the container: `docker-compose build`
* Run the container: `docker-compose up`
* (Optional to save your self both commands above) Build & Run the container: `docker-compose build && docker-compose up`
Expand Down

0 comments on commit 08e5b86

Please sign in to comment.