Skip to content

Commit 21c7302

Browse files
authored
tweak language to make clear exec "$@" works
originally it was: "The last line must be ``exec "$@"`` equivalent." Seemed open to interpretation as I needed to deduce what the equivalent of that would be here. I think adding 'or' before equivalent shows that will work, but I assume other options exist? Or why note say "The last line must be ``exec "$@"``"?
1 parent e976627 commit 21c7302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/config_files.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ A script that can contain simple commands to be run at runtime (as an
179179
`ENTRYPOINT <https://docs.docker.com/engine/reference/builder/#entrypoint>`_
180180
to the docker container). If you want this to be a shell script, make sure the
181181
first line is ``#!/bin/bash``. The last line must be ``exec "$@"``
182-
equivalent.
182+
or equivalent.
183183

184184
Use this to set environment variables that software installed in your container
185185
expects to be set. This script is executed each time your binder is started and

0 commit comments

Comments
 (0)