We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7ad0c2 commit ae5100fCopy full SHA for ae5100f
README.md
@@ -87,3 +87,7 @@ See the [Contribution](https://github.com/r-spacex/SpaceX-API/blob/master/CONTRI
87
* Uses [Travis CI](https://travis-ci.org/) for testing + deployment
88
* All data stored as [MongoDB](https://www.mongodb.com/) documents
89
* API is deployed on a [Heroku](https://www.heroku.com/) pipeline with staging and production servers
90
+* A [Docker](https://hub.docker.com/r/jakewmeyer/spacex-api/) image is avaiable for local development
91
+```Docker
92
+docker pull jakewmeyer/spacex-api
93
+```
0 commit comments