https://github.com/azamara/12-factorapp-example
https://github.com/azamara/12-factorapp-example
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/azamara/12-factorapp-example
- Owner: azamara
- License: mit
- Created: 2018-04-21T14:38:16.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-09T04:04:32.000Z (over 5 years ago)
- Last Synced: 2025-08-02T07:28:25.080Z (10 months ago)
- Language: Shell
- Size: 75.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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)
```