From 10ca63d775da083b55b6466e5f9c0a7dd5ff5d7b Mon Sep 17 00:00:00 2001 From: Miguel Martinez Date: Fri, 12 Jun 2015 10:44:00 -0700 Subject: [PATCH] Adding help file --- bitnami/node/Dockerfile | 1 + bitnami/node/help.txt | 15 +++++++++++++++ bitnami/node/help.yaml | 4 ++++ 3 files changed, 20 insertions(+) create mode 100644 bitnami/node/help.txt create mode 100644 bitnami/node/help.yaml diff --git a/bitnami/node/Dockerfile b/bitnami/node/Dockerfile index 91d7f7127e1b..8547d2d0b74a 100644 --- a/bitnami/node/Dockerfile +++ b/bitnami/node/Dockerfile @@ -7,6 +7,7 @@ ENV BITNAMI_APP_VERSION 0.12.4-0 ENV BITNAMI_APP_DIR $BITNAMI_PREFIX/nodejs ENV BITNAMI_APP_USER bitnami +COPY help.txt $BITNAMI_PREFIX/help.txt COPY installer.run.sha256 /tmp/installer.run.sha256 ADD https://www.dropbox.com/s/9rffufx3drjisl1/install.sh?dl=1 /tmp/install.sh COPY post-install.sh /tmp/post-install.sh diff --git a/bitnami/node/help.txt b/bitnami/node/help.txt new file mode 100644 index 000000000000..e6ccf8282f75 --- /dev/null +++ b/bitnami/node/help.txt @@ -0,0 +1,15 @@ + $BITNAMI_APP_NAME cheatsheet: + + VOLUMES: + /app: Default work directory for your $BITNAMI_APP_NAME application + + PORTS: + 3000: Exposed port, please configure your app to use this port + + COMMANDS: + bitnami-help: This page + check_updates: Check if a new version of the $BITNAMI_APP_NAME image is available + + Visit $GITHUB_PAGE for more information + + diff --git a/bitnami/node/help.yaml b/bitnami/node/help.yaml new file mode 100644 index 000000000000..f7bd524080e7 --- /dev/null +++ b/bitnami/node/help.yaml @@ -0,0 +1,4 @@ +volumes: + /app: Default work directory for your $BITNAMI_APP_NAME application +ports: + 3000: Exposed port, please configure your app to use this port