We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
exec "$@"
2 parents e976627 + 48578bd commit df89849Copy full SHA for df89849
docs/source/config_files.rst
@@ -179,7 +179,7 @@ A script that can contain simple commands to be run at runtime (as an
179
`ENTRYPOINT <https://docs.docker.com/engine/reference/builder/#entrypoint>`_
180
to the docker container). If you want this to be a shell script, make sure the
181
first line is ``#!/bin/bash``. The last line must be ``exec "$@"``
182
-equivalent.
+or equivalent.
183
184
Use this to set environment variables that software installed in your container
185
expects to be set. This script is executed each time your binder is started and
0 commit comments