Adding help file

This commit is contained in:
Miguel Martinez
2015-06-12 10:44:00 -07:00
parent ad72130025
commit 10ca63d775
3 changed files with 20 additions and 0 deletions

View File

@@ -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

15
bitnami/node/help.txt Normal file
View File

@@ -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

4
bitnami/node/help.yaml Normal file
View File

@@ -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