tweak language to make clear `exec "$@"` works (#663)

tweak language to make clear `exec "$@"` works
pull/664/head
Tim Head 2019-05-03 18:18:42 +02:00 zatwierdzone przez GitHub
commit df89849e21
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