/go-nodejs

Alpine Go + nodejs

Primary LanguageDockerfile

Build Status

go-nodejs

Alpine image that includes go and nodejs! Check Dockerfile for exact versioning.

Build using:

docker build -t <your-org>/<tag> .

Feel free to delete any packages left in the image in case of not needing them.

Once pushed use it in your Dockerfiles like so:

FROM <your-org>/go-nodejs:<tag>�

Maintenance

Recommendations? Improvements? Open an issue or submit a Pull Request.