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

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.

Awesome Lists containing this project

README

        






Docker Image Layers


Docker Pulls


Build Status



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).