Merge pull request #1 from fomightez/tweak_start_config_descr

tweak language to make clear `exec "$@"` works
pull/663/head
Wayne's Bioinformatics Code Portal 2019-05-03 11:18:34 -04:00 zatwierdzone przez GitHub
commit 48578bda66
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -179,7 +179,7 @@ A script that can contain simple commands to be run at runtime (as an
`ENTRYPOINT <https://docs.docker.com/engine/reference/builder/#entrypoint>`_
to the docker container). If you want this to be a shell script, make sure the
first line is ``#!/bin/bash``. The last line must be ``exec "$@"``
equivalent.
or equivalent.
Use this to set environment variables that software installed in your container
expects to be set. This script is executed each time your binder is started and