Just an archaic Dockerfile for building Node + Bower.
This repository has been archived on 2024-01-22. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
nnh 72ecc6fb5a Bugfix: When running bower install from slash root it would panic because it could not create folders. 2016-06-10 14:38:25 +02:00
Dockerfile Bugfix: When running bower install from slash root it would panic because it could not create folders. 2016-06-10 14:38:25 +02:00
readme.md initial commit 2016-06-01 14:24:09 +02:00

readme.md

For the times when you need a Docker image with:

  • node
  • npm
  • bower

Disclaimer: Not meant for deployment. In such cases it's better to use the official Node image instead.