This is a basic NodeJS setup running on Alpine Linux to minimize the image size. This is meant to act as a base image for others to build upon.
This image is a base image -- attempting to run this image without further edits will not work.
Inlude this image in Dockerfiles by writing:
FROM zzrot/alpine-node
Don't hesitate to get in contact with either one of us with problems, questions, etc.
- Fork it!
- Create your feature branch: git checkout -b my-new-feature
- Commit your changes: git commit -am 'Add some feature'
- Push to the branch: git push origin my-new-feature
- Submit a pull request :D
Don’t get discouraged! We estimate that the response time from the maintainers is around: 24 hours.
If you discover a security issue in this Docker image, please report it by sending an email to [email protected]
This will allow us to assess the risk, and make a fix available before we add a bug report to the GitHub repository.
Thanks for helping make this image safe for everyone!
The code is available under the MIT License.