Commit Graph

14864 Commits

Author SHA1 Message Date
Adnan Abdulhussein
cb346bf2f9 Fix permissions so global npm modules can be installed without sudo 2015-10-12 12:31:58 +01:00
Sameer Naik
6fd7ffd22a removed /app volume from dockerfile
Specifying a volume at `/app` (in the Dockerfile) makes it difficult to
use this image as a base image for derived images. Due to this, we have
removed the `VOLUME` instruction that mounts `/app` as a volume.

The `/app` path continues to function like it did before. As a result if
you want to mount your php application into the container, mount your
application source at `/app` using `-v
/path/on/application/source:/app`.
2015-10-06 22:03:14 +05:30
Adnan Abdulhussein
3a54eee336 Add note about accepting remote connections to help text 2015-09-28 18:32:59 +01:00
Sameer Naik
63654145f0 fix links to hub.docker.com 2015-08-08 12:08:51 +05:30
Sameer Naik
4ce43a8797 readme: link to the bitnami/node dockerhub page 2015-06-20 10:21:48 +05:30
Adnan Abdulhussein
e96dde6ec7 Bump version and add build status to README 2015-06-19 18:13:49 -07:00
Adnan Abdulhussein
ce3fa92107 Add testing section to README 2015-06-19 16:24:25 -07:00
Adnan Abdulhussein
11b46bcc97 Documentation changes
- remove version numbers
  - link to project
  - use same volume paths in docker run and compose
  - capitalize node.js
2015-06-19 15:03:18 -07:00
Adnan Abdulhussein
88aef768a0 Add Apache 2.0 License 2015-06-19 11:50:11 -07:00
Adnan Abdulhussein
e8c3b14481 Switch to onbuild base 2015-06-18 11:44:39 -07:00
Sameer Naik
429b5d9bc5 readme: fix build instructions 2015-06-18 18:09:41 +05:30
Adnan Abdulhussein
2a10154f43 README fixes for Docker Hub Compatibility 2015-06-17 18:54:28 -07:00
Adnan Abdulhussein
7468cef932 Improve README 2015-06-16 20:56:43 -07:00
Adnan Abdulhussein
f69097ed60 Add node documentation 2015-05-29 15:14:51 -07:00