Skip to content

Commit

Permalink
tweak language to make clear exec "$@" works (#663)
Browse files Browse the repository at this point in the history
tweak language to make clear `exec "$@"` works
  • Loading branch information
betatim authored May 3, 2019
2 parents e976627 + 48578bd commit df89849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/config_files.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df89849

Please sign in to comment.