mirror of
https://github.com/bitnami/containers.git
synced 2026-02-10 21:27:26 +08:00
Adding help file
This commit is contained in:
@@ -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
15
bitnami/node/help.txt
Normal 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
4
bitnami/node/help.yaml
Normal 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
|
||||
Reference in New Issue
Block a user