https://github.com/birkhofflee/coffeeforever
A base Docker image for CoffeeScript applications running on Forever.
https://github.com/birkhofflee/coffeeforever
Last synced: 3 months ago
JSON representation
A base Docker image for CoffeeScript applications running on Forever.
- Host: GitHub
- URL: https://github.com/birkhofflee/coffeeforever
- Owner: BirkhoffLee
- License: mit
- Created: 2016-11-18T12:58:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-23T01:34:08.000Z (almost 7 years ago)
- Last Synced: 2025-01-19T10:22:06.132Z (5 months ago)
- Language: Shell
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
A base Docker image for CoffeeScript applications running on Forever.# How To Use
**Don't use.**See [BirkhoffLee/Anonypages:/Dockerfile](https://github.com/BirkhoffLee/AnonyPages/blob/master/Dockerfile).# Clean The Logfiles
The following will clean **ALL** containers' forever logs **PERMANENTLY**. Use carefully!
```
$ docker ps -aq | xargs -I ID docker exec ID bash -c "[ -d \"/root/.forever\" ] && rm -rf /root/.forever/*.log"
```# Contributing
Only one rule: **Test before submitting a pull request**.# Security Reportings
Please contact [[email protected]](mailto:[email protected]).# License
See [LICENSE](LICENSE).