Adding help file

This commit is contained in:
Miguel Martinez
2015-06-12 10:44:34 -07:00
parent d73297eaa8
commit 194c6b167b
3 changed files with 20 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ ENV BITNAMI_APP_VERSION 5.5.25-0
ENV BITNAMI_APP_DIR=$BITNAMI_PREFIX/php
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/php-fpm/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:
9000: 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

View File

@@ -0,0 +1,4 @@
volumes:
/app: Default work directory for your $BITNAMI_APP_NAME application
ports:
9000: Exposed port, please configure your app to use this port