An open API service indexing awesome lists of open source software.

https://github.com/azamara/12-factorapp-example


https://github.com/azamara/12-factorapp-example

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# 12-factorapp-example

> https://12factor.net/
> https://egghead.io/courses/build-a-twelve-factor-node-js-app-with-docker

## Prerequisite
```
$ brew install jq
```

## Docker Cheatsheet

```
docker stop $(docker ps -aq)
```